V1 Fonctionnelle (pas de secu de l'api, ni front quali)
This commit is contained in:
@@ -16,21 +16,36 @@
|
||||
class="nav-link"
|
||||
:class="{ 'active': $route.name === 'Home' }"
|
||||
>
|
||||
Accueil
|
||||
<div class="flex items-center space-x-2">
|
||||
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"/>
|
||||
</svg>
|
||||
<span>Accueil</span>
|
||||
</div>
|
||||
</router-link>
|
||||
<router-link
|
||||
to="/textes"
|
||||
class="nav-link"
|
||||
:class="{ 'active': $route.name === 'Texts' }"
|
||||
>
|
||||
Textes
|
||||
<div class="flex items-center space-x-2">
|
||||
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.746 0 3.332.477 4.5 1.253v13C20.832 18.477 19.246 18 17.5 18c-1.746 0-3.332.477-4.5 1.253"/>
|
||||
</svg>
|
||||
<span>Textes</span>
|
||||
</div>
|
||||
</router-link>
|
||||
<router-link
|
||||
to="/au-hasard"
|
||||
class="nav-link"
|
||||
:class="{ 'active': $route.name === 'Random' }"
|
||||
>
|
||||
Au Hasard
|
||||
<div class="flex items-center space-x-2">
|
||||
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"/>
|
||||
</svg>
|
||||
<span>Au Hasard</span>
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<!-- Barre de recherche -->
|
||||
|
||||
Reference in New Issue
Block a user