fix: move logo to static folder and update template paths
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
<!-- Navigation Menu -->
|
||||
<nav class="nav-menu">
|
||||
<a href="/" class="nav-logo">
|
||||
<img src="logo/[LOGO] TCK.svg" alt="TCK" height="40">
|
||||
<img src="{{ url_for('static', filename='logo/[LOGO] TCK.svg') }}" alt="TCK" height="40">
|
||||
</a>
|
||||
<a href="/" class="nav-btn">
|
||||
<i class="bi bi-speedometer2"></i> Dashboard
|
||||
|
||||
Reference in New Issue
Block a user