diff options
| author | Henry Jameson <me@hjkos.com> | 2020-08-18 00:26:31 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-08-18 00:26:31 +0300 |
| commit | 30219098a6ba5ac5369f8c130676de7a7c8daea9 (patch) | |
| tree | 6b4917fa5107b1810804217ac074e24411d75c3f /src/components/status/status.vue | |
| parent | 2fa050b1630e11efd1db17ad8d63a88ec7a9c8f9 (diff) | |
fix issues with reply-link
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 27af4340..282ad37d 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -234,6 +234,7 @@ <span class="reply-to-text">{{ $t('status.reply_to') }}</span> </span> <router-link + class="reply-to-link" :title="replyToName" :to="replyProfileLink" > |
