Skip to content

Commit

Permalink
Update settings page title
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Dec 3, 2024
1 parent 4d236df commit 2891b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gonotego/settings-server/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const SettingsUI = () => {

return (
<div className="w-full max-w-4xl mx-auto p-6 space-y-6">
<h1 className="text-3xl font-bold mb-8">Settings Configuration</h1>
<h1 className="text-3xl font-bold mb-8">Go Note Go Settings</h1>

<Card className="mb-6">
<CardHeader>
Expand Down

0 comments on commit 2891b84

Please sign in to comment.