Removed query params to get rid of flicker (#233)

This commit is contained in:
Kieran
2024-05-08 10:14:25 -07:00
committed by GitHub
parent 933daf8c78
commit c5975e08da
5 changed files with 3 additions and 3 deletions
@@ -3,7 +3,7 @@
<header class="sticky top-0 z-999 flex w-full bg-white drop-shadow-1 dark:bg-boxdark dark:drop-shadow-none">
<div class="w-65 px-4 py-2 shadow-2 md:px-6">
<div class="flex items-center gap-2 py-2">
<img src={~p"/images/logo.png?cachebust=2024-03-20"} alt="Pinchflat" class="w-auto" />
<img src={~p"/images/logo-2024-03-20.png"} alt="Pinchflat" class="w-auto" />
</div>
</div>
</header>