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:
K7ZVX 2026-05-13 22:09:22 +00:00
commit abef593146
3 changed files with 3 additions and 3 deletions

View file

@ -2224,7 +2224,7 @@ export default function Config() {
}, [])
useEffect(() => {
document.title = 'Config — MeshAI'
document.title = 'Config MeshAI'
fetchConfig()
}, [fetchConfig])