Fixed some accessibility issues

This commit is contained in:
Alexis
2025-04-02 14:02:53 +02:00
parent 47f5df936e
commit 8b976e909a
17 changed files with 28 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
import type { MapMarker, PlayerMarker } from "./Leaflet"
export interface BreadcrumbItem {
name: string;
url: string;
name: string
url: string
}
export interface SearchConfig {
@@ -12,6 +12,7 @@ export interface SearchConfig {
}
export interface MapProps {
title: string
mapKey: string
zoomifyKey: string
mapHeight: number