Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: rename settings title
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jul 4, 2024
1 parent 0f21d39 commit 2680d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/layouts/SettingsLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function SettingsLayout() {
<div className="flex flex-col space-y-8 lg:flex-row lg:space-x-12 lg:space-y-0">
<aside className="lg:-mx-4 lg:w-1/5">
<nav className="flex space-x-2 lg:flex-col lg:space-x-0 lg:space-y-1">
<MenuItem to="/settings">General</MenuItem>
<MenuItem to="/settings">Theme</MenuItem>
<MenuItem to="/settings/change-unlock-password">
Unlock Password
</MenuItem>
Expand Down

0 comments on commit 2680d79

Please sign in to comment.