language selector
This commit is contained in:
@@ -155,21 +155,21 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`;
|
||||
<button
|
||||
type="button"
|
||||
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
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
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
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
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
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user