Update database file path in ProfilePage component
This commit is contained in:
parent
686585d576
commit
1b14c9d66b
2 changed files with 3 additions and 2 deletions
1
PR
Submodule
1
PR
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 35a1cb24e7b71503b7f8f896674a7ff878e239e2
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue