mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 16:17:45 +01:00
Changed 'skip' wording
As outlined in <https://webaim.org/techniques/skipnav/>
This commit is contained in:
parent
a82ba26f86
commit
272f662a34
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ export default class Toolbar extends React.Component {
|
|||
className="maputnik-toolbar-logo"
|
||||
>
|
||||
<a tabIndex="1" className="maputnik-toolbar-skip" href="#skip-menu">
|
||||
Skip the menu
|
||||
Skip navigation
|
||||
</a>
|
||||
<img src={logoImage} alt="Maputnik" />
|
||||
<h1>Maputnik
|
||||
|
|
Loading…
Reference in a new issue