diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue
index f523ba2e..ab4383fa 100644
--- a/src/components/input/editor.vue
+++ b/src/components/input/editor.vue
@@ -16,7 +16,7 @@
{{ emptyText }}
- {{ $t('input.editor.edit') }}.
+ {{ $t('input.editor.edit') }}.
@@ -63,12 +63,14 @@ import {findCheckboxesInText} from '../../helpers/checklistFromText'
import {createRandomID} from '@/helpers/randomId'
import BaseButton from '@/components/base/BaseButton.vue'
+import ButtonLink from '@/components/misc/ButtonLink.vue'
export default defineComponent({
name: 'editor',
components: {
VueEasymde,
BaseButton,
+ ButtonLink,
},
props: {
modelValue: {
diff --git a/src/components/misc/ButtonLink.vue b/src/components/misc/ButtonLink.vue
new file mode 100644
index 00000000..8b8620e4
--- /dev/null
+++ b/src/components/misc/ButtonLink.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/misc/api-config.vue b/src/components/misc/api-config.vue
index 5aa8f509..3bd9719e 100644
--- a/src/components/misc/api-config.vue
+++ b/src/components/misc/api-config.vue
@@ -27,7 +27,7 @@
{{ apiDomain }}
- (configureApi = true)">{{ $t('apiConfig.change') }}
+ (configureApi = true)">{{ $t('apiConfig.change') }}
@@ -48,7 +48,7 @@ import {checkAndSetApiUrl} from '@/helpers/checkAndSetApiUrl'
import {success} from '@/message'
import Message from '@/components/misc/message.vue'
-import BaseButton from '@/components/base/BaseButton.vue'
+import ButtonLink from '@/components/misc/ButtonLink.vue'
const props = defineProps({
configureOpen: {
diff --git a/src/components/misc/error.vue b/src/components/misc/error.vue
index b2bdce37..67c854f8 100644
--- a/src/components/misc/error.vue
+++ b/src/components/misc/error.vue
@@ -1,15 +1,15 @@
- {{ $t('loadingError.tryAgain') }}
- {{ $t('loadingError.contact') }}
+ {{ $t('loadingError.tryAgain') }}
+ {{ $t('loadingError.contact') }}