diff --git a/frontend/components/AnalysisList.vue b/frontend/components/AnalysisList.vue
index 06a6ef14e48870dda2b8238986ec4ae3a6961535..9390318c8fe667d59f45537f3024c2babb1d5e02 100644
--- a/frontend/components/AnalysisList.vue
+++ b/frontend/components/AnalysisList.vue
@@ -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>