summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkSourceCodeAvailablePopup.vue
diff options
context:
space:
mode:
authorMarie <marie@kaifa.ch>2024-02-19 10:51:25 +0100
committerMarie <marie@kaifa.ch>2024-02-19 10:51:25 +0100
commit70f7f976fbb841c5d354bc83aee3b7fbaa8f1458 (patch)
tree4bd17cbe38abb8f3c9db8dc5164ede8b353d985c /packages/frontend/src/components/MkSourceCodeAvailablePopup.vue
parentchore: add new note in example to docker example (diff)
downloadsharkey-70f7f976fbb841c5d354bc83aee3b7fbaa8f1458.tar.gz
sharkey-70f7f976fbb841c5d354bc83aee3b7fbaa8f1458.tar.bz2
sharkey-70f7f976fbb841c5d354bc83aee3b7fbaa8f1458.zip
fix: url in new component
Diffstat (limited to 'packages/frontend/src/components/MkSourceCodeAvailablePopup.vue')
-rw-r--r--packages/frontend/src/components/MkSourceCodeAvailablePopup.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkSourceCodeAvailablePopup.vue b/packages/frontend/src/components/MkSourceCodeAvailablePopup.vue
index 80f3a6709c..dcab80e758 100644
--- a/packages/frontend/src/components/MkSourceCodeAvailablePopup.vue
+++ b/packages/frontend/src/components/MkSourceCodeAvailablePopup.vue
@@ -27,7 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</I18n>
<I18n :src="i18n.ts.correspondingSourceIsAvailable" tag="span">
<template #anchor>
- <MkA to="/about-misskey" class="_link">{{ i18n.ts.aboutMisskey }}</MkA>
+ <MkA to="/about-sharkey" class="_link">{{ i18n.ts.aboutMisskey }}</MkA>
</template>
</I18n>
</div>