1
0
forked from PGL/Clyde

Translation correction

This commit is contained in:
Wawilski 2024-03-11 12:02:27 +01:00 committed by Wal
parent 042553c123
commit 2fe6153705

View File

@ -20,9 +20,6 @@
currentPath.value = window.location.hash
})
function refreshPage() {
window.location.reload();}
const currentView = computed(() => {
return apps[currentPath.value.slice(1) || '/']
})
@ -63,10 +60,10 @@
<div class="dropdown-content">Langage</div>
<ul style="list-style-type:none;">
<li style=" margin-bottom:10px;margin-right:20px;float:left; font-size:10px; color:black;">
<button @:click="setLang('en');refreshPage();" href="#home">EN</button>
<button @:click="setLang('en');" href="#home">EN</button>
</li>
<li style="float:left;font-size:10px; color:black;"><button @:click="setLang('fr');refreshPage();" href="#home">FR</button></li>
<li style="float:left;font-size:10px; color:black;"><button @:click="setLang('fr');" href="#home">FR</button></li>
</ul>
<div style='align-items:center;'>
<a style="cursor:pointer;font-size:20px;" href="#/profil" class="dropdown-content">