remove blur on nav on mobile

This commit is contained in:
Christofer 2023-08-17 16:56:48 +02:00
parent d29086319e
commit e958b65194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
> >
<button <button
class="lg:hidden rounded-full p-2 bg-black/10 z-50 backdrop-blur" class="lg:hidden rounded-full p-2 bg-black/10 z-50 md:backdrop-blur"
on:click={toggleExpanded} on:click={toggleExpanded}
> >
{#if isExpanded} {#if isExpanded}