contour concernement historique bug fix #2326

This commit is contained in:
2023-11-17 12:21:28 +01:00
parent 9e180f59d8
commit a937b4085b
2 changed files with 4 additions and 4 deletions

View File

@@ -32,11 +32,10 @@ export default {
<template>
<div id="search-block">
<router-link :to="{ name: 'search' }">
<router-link :to="{ name: 'search' }">
<svg-icon type="mdi" :path="magnify_path"></svg-icon>
<span>recherche</span>
</router-link>
</div>
</template>