update settings screen

This commit is contained in:
2023-11-19 08:48:01 +07:00
parent c53bdb68e5
commit 7117ed05a9
9 changed files with 155 additions and 40 deletions

View File

@@ -35,7 +35,8 @@ export function SettingsLayout() {
</div>
<div className="flex items-center gap-0.5">
<NavLink
to="/settings/"
to="/settings"
end
className={({ isActive }) =>
twMerge(
'flex w-20 shrink-0 flex-col items-center justify-center rounded-lg px-2 py-2 text-neutral-700 hover:bg-neutral-100 dark:text-neutral-300 dark:hover:bg-neutral-900',