Skip to content
Snippets Groups Projects
Commit b9fe2952 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Remove SiteLink

parent 23b95abe
No related branches found
No related tags found
1 merge request!17Seo
Pipeline #125919 passed
......@@ -99,9 +99,9 @@ function goToAnalysis(analysisId: number) {
</v-text-field>
</template>
<span v-else>
<SiteLink :to="`/analyses/${analysis.raw.id}/systems`" style="color: inherit; text-decoration: none;">
<NuxtLink :to="`/analyses/${analysis.raw.id}/systems`" style="color: inherit; text-decoration: none;">
{{ analysis.raw.name }}
</SiteLink>
</NuxtLink>
</span>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment