Update logo

This commit is contained in:
Peter Stockings
2026-01-29 17:17:42 +11:00
parent 26dda12fff
commit 144e555abb
2 changed files with 4 additions and 5 deletions

View File

@@ -6,8 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Workout Tracker</title>
<link rel="icon" type="image/svg+xml"
href='data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="currentColor"><title>Workout Favicon</title><g><rect x="20" y="28" width="24" height="8" rx="4"/><circle cx="16" cy="32" r="8"/><circle cx="48" cy="32" r="8"/></g></svg>'>
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/logo.png') }}">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css"
href="https://cdn.rawgit.com/dreampulse/computer-modern-web-font/master/fonts.css">
@@ -40,9 +39,9 @@
clip-rule="evenodd"></path>
</svg>
</button>
<a href="#" class="text-xl font-bold flex items-center lg:ml-2.5">
<img src="https://demo.themesberg.com/windster/images/logo.svg" class="h-6 mr-2"
alt="Windster Logo">
<a href="/" class="text-xl font-bold flex items-center lg:ml-2.5">
<img src="{{ url_for('static', filename='img/logo.png') }}" class="h-8 mr-2"
alt="Workout Tracker Logo">
<span class="self-center whitespace-nowrap">Workout Tracker</span>
</a>
</div>