update notification screen

This commit is contained in:
Ren Amamiya
2023-08-27 10:38:32 +07:00
parent 53227c7050
commit 963328e064
26 changed files with 275 additions and 188 deletions

View File

@@ -85,7 +85,7 @@ export function Navigation() {
Space
</NavLink>
<NavLink
to="/notifications"
to="/lodge"
preventScrollReset={true}
className={({ isActive }) =>
twMerge(
@@ -97,7 +97,7 @@ export function Navigation() {
<span className="inline-flex h-6 w-6 items-center justify-center rounded bg-white/10">
<BellIcon className="h-3 w-3 text-white" />
</span>
Notifications
Lodge
</NavLink>
</div>
</Collapsible.Content>