1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 12:10:32 +09:00

Added Dutch to Footer.tsx

This commit is contained in:
Fyxren 2022-05-25 22:15:40 +02:00
parent f5a17c1699
commit 2ecfc1e5ae

View File

@ -52,6 +52,9 @@ const Languages = () => {
<li>
<a href="/?lng=it">Italiano</a>
</li>
<li>
<a href="/?lng=nl">Nederlands</a>
</li>
</ul>
</Pane>
);