Skip to content

Commit

Permalink
feat(dashboard): polish header (#4345)
Browse files Browse the repository at this point in the history
* feat(dashboard): polish header

* feat(dashboard): enhance header styling with backdrop blur
  • Loading branch information
panteleymonchuk authored Dec 4, 2024
1 parent 1a4f91a commit d796edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet-dashboard/app/(protected)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function DashboardLayout({ children }: PropsWithChildren): JSX.Element {
</div>

<div className="container relative flex min-h-screen flex-col">
<div className="sticky top-0">
<div className="sticky top-0 z-10 backdrop-blur-lg">
<TopNav />
</div>
<div className="flex-1 py-md--rs">{children}</div>
Expand Down

0 comments on commit d796edd

Please sign in to comment.