feat(SW-185): fix typo and updated with aria-label

This commit is contained in:
Pontus Dreij
2024-08-28 08:52:59 +02:00
parent 89e588363f
commit cce5af83a4
3 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ export type FooterSecondaryNavProps = {
}
}
export enum AppDownnLoadLinks {
export enum AppDownLoadLinks {
apple = "/_static/img/app-store-badge.svg",
google = "/_static/img/google-play-badge.svg",
}