Skip to content

Commit

Permalink
Rename "Home" to "R4" in app menu
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed May 25, 2024
1 parent 3cb2dde commit 791edb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/r4-app-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class R4AppMenu extends LitElement {
return html`
<menu>
<li>
<a aria-current=${this.isCurrent('/')} href=${href + '/'} title="Use CTRL/CMD+K to open the command menu">Home</a>
<a aria-current=${this.isCurrent('/')} href=${href + '/'} title="Use CTRL/CMD+K to open the command menu">R4</a>
</li>
<li><a aria-current=${this.isCurrent('/explore')} href=${href + '/explore'}>Explore</a></li>
<li><a aria-current=${this.isCurrent('/map')} href=${href + '/map'}>Map</a></li>
Expand Down

0 comments on commit 791edb4

Please sign in to comment.