forked from FoundKeyGang/FoundKey
Fix mention links (#3728)
canonical already starts with @, so remove the extra @.
This commit is contained in:
parent
98acf919f1
commit
6b947c2139
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<router-link class="ldlomzub" :to="`/@${ canonical }`" v-user-preview="canonical">
|
||||
<router-link class="ldlomzub" :to="`/${ canonical }`" v-user-preview="canonical">
|
||||
<span class="me" v-if="isMe">{{ $t('@.you') }}</span>
|
||||
<span class="main">
|
||||
<span class="username">@{{ username }}</span>
|
||||
|
|
Loading…
Reference in a new issue