update icon location

This commit is contained in:
chris 2025-08-10 08:49:05 -04:00
parent 3ddfc8442a
commit 53fb0ed01d
15 changed files with 5 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 754 B

After

Width:  |  Height:  |  Size: 754 B

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -10,10 +10,10 @@
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
<!-- Favicons --> <!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="../images/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../images/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../icons/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="icon" href="../images/favicon.ico" type="image/x-icon"> <link rel="icon" href="icons/favicon.ico" type="image/x-icon">
<!-- Tailwind CSS --> <!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
@ -33,7 +33,7 @@
<header class="bg-white shadow-md"> <header class="bg-white shadow-md">
<nav class="container mx-auto px-6 py-3 flex justify-between items-center"> <nav class="container mx-auto px-6 py-3 flex justify-between items-center">
<div class="flex items-center"> <div class="flex items-center">
<img src="../images/icon-48x48.webp" alt="Time Pulse Logo" width="48" height="48"> <img src="../icons/icon-48x48.webp" alt="Time Pulse Logo" width="48" height="48">
<h1 class="text-xl font-bold text-gray-800 ml-2">Time Pulse</h1> <h1 class="text-xl font-bold text-gray-800 ml-2">Time Pulse</h1>
</div> </div>
<div id="nav-user-controls" class="hidden flex items-center"> <div id="nav-user-controls" class="hidden flex items-center">