mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
Update database file path in ProfilePage component
This commit is contained in:
1
PR
Submodule
1
PR
Submodule
Submodule PR added at 35a1cb24e7
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user