Skip to content

Commit 79b60e5

Browse files
committed
style: 사이드 네비게이션의 div에 transition 속성 추가
1 parent f2d9e88 commit 79b60e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SideNav.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const menuItems: MenuItem[] = [
2222
];
2323
---
2424

25-
<div class="w-70 h-full flex flex-col bg-[#1e1e1e] border-r border-gray-800 p-8 gap-9 z-50">
25+
<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">
2626
<div class="w-full flex flex-row items-center">
2727
<div class="rounded-full w-12 h-12 bg-[url(/images/anvy_profile.png)] bg-center bg-cover"/>
2828
<div class="ml-4">

0 commit comments

Comments
 (0)