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(() => { useEffect(() => {
document.title = 'Config — MeshAI' document.title = 'Config MeshAI'
fetchConfig() fetchConfig()
}, [fetchConfig]) }, [fetchConfig])

View file

@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
<script type="module" crossorigin src="/assets/index-CP-GAc3B.js"></script> <script type="module" crossorigin src="/assets/index-Dc67XxQ3.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DbmGQdf0.css"> <link rel="stylesheet" crossorigin href="/assets/index-DbmGQdf0.css">
</head> </head>
<body> <body>