mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-30 23:20:32 +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"
|
className="maputnik-toolbar-logo"
|
||||||
>
|
>
|
||||||
<a tabIndex="1" className="maputnik-toolbar-skip" href="#skip-menu">
|
<a tabIndex="1" className="maputnik-toolbar-skip" href="#skip-menu">
|
||||||
Skip the menu
|
Skip navigation
|
||||||
</a>
|
</a>
|
||||||
<img src={logoImage} alt="Maputnik" />
|
<img src={logoImage} alt="Maputnik" />
|
||||||
<h1>Maputnik
|
<h1>Maputnik
|
||||||
|
|
Loading…
Reference in a new issue