mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-05-22 07:34:47 +02:00
fix(dashboard): correct corrupted em-dash in Config page title
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
23d7b21e8c
commit
abef593146
3 changed files with 3 additions and 3 deletions
|
|
@ -2224,7 +2224,7 @@ export default function Config() {
|
|||
}, [])
|
||||
|
||||
useEffect(() => {
|
||||
document.title = 'Config — MeshAI'
|
||||
document.title = 'Config — MeshAI'
|
||||
fetchConfig()
|
||||
}, [fetchConfig])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue