Update database file path in ProfilePage component

This commit is contained in:
decolua
2026-02-02 18:07:41 +07:00
parent 686585d576
commit 1b14c9d66b
2 changed files with 3 additions and 2 deletions

1
PR Submodule

Submodule PR added at 35a1cb24e7

View File

@@ -111,7 +111,7 @@ export default function ProfilePage() {
</div>
<div className="pt-4 border-t border-border">
<p className="text-sm text-text-muted">
All data is stored locally in the <code className="bg-sidebar px-1 rounded">data/db.json</code> file.
All data is stored locally in the <code className="bg-sidebar px-1 rounded">~/.9router/db.json</code> file.
</p>
</div>
</Card>
@@ -283,7 +283,7 @@ export default function ProfilePage() {
<div className="flex items-center justify-between p-4 rounded-lg bg-bg border border-border">
<div>
<p className="font-medium">Database Location</p>
<p className="text-sm text-text-muted font-mono">~/9router/data/db.json</p>
<p className="text-sm text-text-muted font-mono">~/.9router/db.json</p>
</div>
</div>
</div>