Skip to content

Commit 248064d

Browse files
committed
Fix label typos in user menu for consistency
1 parent ebabe39 commit 248064d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/theme/Navbar/index-1.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default function Navbar() {
198198
>
199199
<nav id="userMenu" role="navigation" aria-label="User Navigation">
200200
<ul role="menu">
201-
<li className="menu-label" role="none">Go to...</li>
201+
<li className="menu-label" role="none">Go to....</li>
202202
<li role="none">
203203
<a
204204
href="https://app.smythos.com/"
@@ -207,7 +207,7 @@ export default function Navbar() {
207207
target="_blank"
208208
rel="noopener noreferrer"
209209
>
210-
SmythOS app
210+
SmythOS App
211211
</a>
212212
</li>
213213
</ul>

0 commit comments

Comments
 (0)