Skip to content

Commit

Permalink
add coming soon to setting tab
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Mar 22, 2024
1 parent e36421a commit d6260d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/database-gui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function DatabaseGui({
{
key: "setting",
name: "Setting",
content: <div className="p-2">Setting</div>,
content: <div className="p-2">Coming Soon</div>,
icon: LucideSettings,
},
]}
Expand Down

0 comments on commit d6260d9

Please sign in to comment.