Skip to content

Commit

Permalink
Change the langue button in the header on the index page (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andlie94 authored Oct 4, 2024
1 parent 0b87fb4 commit fbd385e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,31 +157,31 @@ <h2 id="search-label" class="sr-only">Search Bar</h2>
id="language-selector"
>
<img
src="./assets/images/SVGs/globe-solid.svg"
src="../assets/images/SVGs/globe-solid.svg"
aria-label="Globe Icon For Language Selection"
alt="Language Selection"
class="cursor-pointer object-contain h-5 w-5"
/>
<div class="absolute left-0 w-full bg-white" id="language-options">
<a href="#" class="block">
<img
src="./assets/images/SVGs/norway.svg"
src="../assets/images/SVGs/norway.svg"
aria-label="Norwegian Flag Language Selection"
alt="Norwegian Flag"
class="inline h-6 w-8"
/>
</a>
<a href="#" class="block">
<img
src="./assets/images/SVGs/unitedKingdom.svg"
src="../assets/images/SVGs/unitedKingdom.svg"
aria-label="English Flag Language Selection"
alt="English Flag"
class="inline h-6 w-8"
/>
</a>
<a href="#" class="block">
<img
src="./assets/images/SVGs/madagascar.svg"
src="../assets/images/SVGs/madagascar.svg"
aria-label="Malagasy Flag Language Selection"
alt="Malagasy Flag"
class="inline h-6 w-8"
Expand Down

0 comments on commit fbd385e

Please sign in to comment.