diff --git a/front/src/components/SetInstanceModal.vue b/front/src/components/SetInstanceModal.vue index 43b1662e9..c8a632778 100644 --- a/front/src/components/SetInstanceModal.vue +++ b/front/src/components/SetInstanceModal.vue @@ -9,6 +9,8 @@ import axios from 'axios' import SemanticModal from '~/components/semantic/Modal.vue' +import { FwButton } from '@funkwhale/ui' + interface Events { (e: 'update:show', show: boolean): void } @@ -122,12 +124,13 @@ const checkAndSwitch = async (url: string) => { type="text" placeholder="https://funkwhale.server" > - + @@ -140,14 +143,15 @@ const checkAndSwitch = async (url: string) => {

{{ $t('components.SetInstanceModal.header.suggestions') }}

- +