diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/pages/note.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/note.vue b/src/client/pages/note.vue index 387b0cff31..dbdf8c3d35 100644 --- a/src/client/pages/note.vue +++ b/src/client/pages/note.vue @@ -13,7 +13,7 @@ <x-notes v-if="showNext" ref="next" :pagination="next"/> <hr v-if="showNext"/> - <mk-remote-caution v-if="note.user.host != null" :href="note.url" style="margin-bottom: var(--margin)"/> + <mk-remote-caution v-if="note.user.host != null" :href="note.uri" style="margin-bottom: var(--margin)"/> <x-note :note="note" :key="note.id" :detail="true"/> <div v-if="error"> <mk-error @retry="fetch()"/> |