Add logo to web interface header

parent 2be9d4da
......@@ -70,6 +70,12 @@ body {
font-size: 1.75rem;
}
.logo-img {
width: 40px;
height: 40px;
border-radius: 8px;
}
.logo .version {
font-size: 0.75rem;
color: var(--text-muted);
......
......@@ -13,7 +13,7 @@
<header class="header">
<div class="header-content">
<div class="logo">
<i class="fas fa-video"></i>
<img src="/static/logo.png" alt="VideoGen" class="logo-img">
<span>VideoGen</span>
<span class="version">Web Interface</span>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment