We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d9e88 commit 79b60e5Copy full SHA for 79b60e5
src/components/SideNav.astro
@@ -22,7 +22,7 @@ const menuItems: MenuItem[] = [
22
];
23
---
24
25
-<div class="w-70 h-full flex flex-col bg-[#1e1e1e] border-r border-gray-800 p-8 gap-9 z-50">
+<div transition:name="header" class="w-70 h-full flex flex-col bg-[#1e1e1e] border-r border-gray-800 p-8 gap-9 z-50">
26
<div class="w-full flex flex-row items-center">
27
<div class="rounded-full w-12 h-12 bg-[url(/images/anvy_profile.png)] bg-center bg-cover"/>
28
<div class="ml-4">
0 commit comments