language selector
This commit is contained in:
@@ -155,21 +155,21 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`;
|
|||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
data-lang="en"
|
data-lang="en"
|
||||||
class="text-gray-600 hover:text-blue-500 focus:outline-none"
|
class="dark:text-white:hover:text-blue-500 focus:outline-none"
|
||||||
>
|
>
|
||||||
EN
|
EN
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
data-lang="nl"
|
data-lang="nl"
|
||||||
class="text-gray-600 hover:text-blue-500 focus:outline-none"
|
class="dark:text-white:hover:text-blue-500 focus:outline-none"
|
||||||
>
|
>
|
||||||
NL
|
NL
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
data-lang="de"
|
data-lang="de"
|
||||||
class="text-gray-600 hover:text-blue-500 focus:outline-none"
|
class="dark:text-white:hover:text-blue-500 focus:outline-none"
|
||||||
>
|
>
|
||||||
DE
|
DE
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user