diff --git a/src/App.vue b/src/App.vue index 542f8562a9eb..2f4726ca7cbd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,4 @@ @@ -41,24 +34,6 @@ const showBanner = computed(() => { > - - - - - Snapshot v2 is here! Experience our new and improved interface now. - - - - - - diff --git a/src/assets/icons/youtube.svg b/src/assets/icons/youtube.svg deleted file mode 100644 index 4e7d9feb360c..000000000000 --- a/src/assets/icons/youtube.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/components/Banner.vue b/src/components/Banner.vue new file mode 100644 index 000000000000..296a8a2353ae --- /dev/null +++ b/src/components/Banner.vue @@ -0,0 +1,70 @@ + + + + + Switch to the new interface + Switch to v2 + + + diff --git a/src/components/FooterSocials.vue b/src/components/FooterSocials.vue index e65f7612d06b..20db47bcfa1d 100644 --- a/src/components/FooterSocials.vue +++ b/src/components/FooterSocials.vue @@ -7,10 +7,6 @@ const socials = [ { icon: 'discord', link: 'https://discord.snapshot.org/' - }, - { - icon: 'youtube', - link: `https://www.youtube.com/channel/UCKiOLUMQNj77m_zhQnfdzsg` } ]; @@ -21,10 +17,7 @@ const socials = [ > - - - - + diff --git a/src/components/SettingsProfileBlock.vue b/src/components/SettingsProfileBlock.vue index 227620ffa91a..3790aadf69ae 100644 --- a/src/components/SettingsProfileBlock.vue +++ b/src/components/SettingsProfileBlock.vue @@ -8,7 +8,6 @@ const props = defineProps<{ }>(); const { form, validationErrors, addRef } = useFormSpaceSettings(props.context); -const { env } = useApp(); const avatarNotReactive = ref(form.value.avatar); @@ -24,7 +23,7 @@ const avatarNotReactive = ref(form.value.avatar); {{ $t('settings.avatar') }} (form.avatar = url)" @image-remove="() => (form.avatar = '')" diff --git a/src/components/TheNavbar.vue b/src/components/TheNavbar.vue index 295b8cad2133..c87196d38997 100644 --- a/src/components/TheNavbar.vue +++ b/src/components/TheNavbar.vue @@ -37,6 +37,7 @@ watch( class="ml-1 hidden uppercase text-[12px] sm:block mb-1" v-text="'testnet'" /> + diff --git a/src/views/SpaceProposals.vue b/src/views/SpaceProposals.vue index 229d7a957079..b44abf19e6a1 100644 --- a/src/views/SpaceProposals.vue +++ b/src/views/SpaceProposals.vue @@ -194,11 +194,6 @@ watch( :space-id="space.id" /> - - - {{ $t('proposals.header') }} - -