Skip to content

Commit

Permalink
chore: seo: add nofollow for rep download page
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Oct 14, 2023
1 parent 6fb1b4e commit 9b54238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/score/heading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ fr-FR:
</div>
</div>
<div>
<a :href="`/replay/${score.id}/download`" class="btn btn-shadow btn-primary">{{ t('download-replay') }} <icon name="line-md:download-loop" class="w-5 h-5" /></a>
<a rel="nofollow" :href="`/replay/${score.id}/download`" class="btn btn-shadow btn-primary">{{ t('download-replay') }} <icon name="line-md:download-loop" class="w-5 h-5" /></a>
</div>
</template>

0 comments on commit 9b54238

Please sign in to comment.