Skip to content

Commit

Permalink
Merge pull request #56 from Stassi/feature/accessibility-renaming
Browse files Browse the repository at this point in the history
feature/accessibility-renaming
  • Loading branch information
Stassi authored Oct 11, 2024
2 parents 95afc69 + f6bcf79 commit ab76853
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stassi/leaf",
"version": "0.0.55",
"version": "0.0.56",
"description": "Leaflet adapter.",
"keywords": [
"cartography",
Expand Down
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ <h1>Leaflet</h1>
(<a href="https://leafletjs.com/examples/custom-icons/" target="_blank">tutorial</a>)
</li>
<li>
Accessible
Accessibility
(<a href="https://leafletjs.com/examples/accessibility/" target="_blank">tutorial</a>)
<ol type="a">
<li>
<a href="tutorial/accessible/interactive.html">Interactive</a>
<a href="tutorial/accessibility/interactive.html">Interactive</a>
</li>
<li>
<a href="tutorial/accessible/decorative.html">Decorative</a>
<a href="tutorial/accessibility/decorative.html">Decorative</a>
</li>
<li>
<a href="tutorial/accessible/fullscreen.html">Fullscreen</a>
<a href="tutorial/accessibility/fullscreen.html">Fullscreen</a>
</li>
</ol>
</li>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
describe('accessible interactive tutorial', (): void => {
describe('interactive accessibility tutorial', (): void => {
beforeAll(async (): Promise<void> => {
await page.goto('http://localhost:3001/tutorial/accessible/interactive')
await page.goto('http://localhost:3001/tutorial/accessibility/interactive')
})

describe('map', (): void => {
Expand Down

0 comments on commit ab76853

Please sign in to comment.