Skip to content

Commit b08184b

Browse files
author
Sadman Hossain
committed
style: add transition:persist for MoreDropdown
1 parent c78f29a commit b08184b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const latestPost = allPosts.length > 0 ? allPosts[0] : null
5252
}
5353
</nav>
5454
<MobileMenu client:load transition:persist />
55-
<MoreDropdown/>
55+
<MoreDropdown transition:persist />
5656
<ThemeToggle transition:persist />
5757
</div>
5858
</div>

0 commit comments

Comments
 (0)