Add logo to web interface header

parent 2be9d4da
...@@ -70,6 +70,12 @@ body { ...@@ -70,6 +70,12 @@ body {
font-size: 1.75rem; font-size: 1.75rem;
} }
.logo-img {
width: 40px;
height: 40px;
border-radius: 8px;
}
.logo .version { .logo .version {
font-size: 0.75rem; font-size: 0.75rem;
color: var(--text-muted); color: var(--text-muted);
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<header class="header"> <header class="header">
<div class="header-content"> <div class="header-content">
<div class="logo"> <div class="logo">
<i class="fas fa-video"></i> <img src="/static/logo.png" alt="VideoGen" class="logo-img">
<span>VideoGen</span> <span>VideoGen</span>
<span class="version">Web Interface</span> <span class="version">Web Interface</span>
</div> </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