diff --git a/client/components/EmptyState.vue b/client/components/EmptyState.vue index ee0b584..6ab4064 100644 --- a/client/components/EmptyState.vue +++ b/client/components/EmptyState.vue @@ -5,42 +5,42 @@ const items = [ description: 'A set of components to build your next email template.', icon: 'i-fluent-archive-multiple-24-regular', background: 'bg-emerald-600', - to: 'https://www.vuemail.net/getting-started#components', + to: 'https://vuemail.net/getting-started#components', }, { title: 'Integrations', description: 'Integrate with your favorite tools and services.', icon: 'i-fluent-crop-interim-24-regular', background: 'bg-yellow-600', - to: 'https://www.vuemail.net/getting-started#integrations', + to: 'https://vuemail.net/getting-started#integrations', }, { title: 'SSR', description: 'Server-side rendering for your email templates.', icon: 'i-fluent-server-24-regular', background: 'bg-indigo-600', - to: 'https://www.vuemail.net/getting-started/ssr', + to: 'https://vuemail.net/getting-started/ssr', }, { title: 'Releases', description: 'Stay up to date with the latest releases.', icon: 'i-fluent-rocket-24-regular', background: 'bg-pink-600', - to: 'https://github.com/Dave136/vue-email/releases', + to: 'https://github.com/vue-email/nuxt/releases', }, { title: 'Examples', description: 'A collection of examples to get you started.', icon: 'i-fluent-text-grammar-options-24-filled', background: 'bg-purple-600', - to: 'https://www.vuemail.net/playground', + to: 'https://vuemail.net/playground', }, { title: 'GitHub', description: 'Contribute to Vue Email on GitHub.', icon: 'i-ph-github-logo', background: 'bg-gray-600', - to: 'https://github.com/Dave136/vue-email', + to: 'https://github.com/vue-email/vue-email', }, ] diff --git a/client/components/HeaderButtons.vue b/client/components/HeaderButtons.vue index dec1bc6..cc5fcdf 100644 --- a/client/components/HeaderButtons.vue +++ b/client/components/HeaderButtons.vue @@ -16,10 +16,10 @@ const isEmailRoute = computed(() => route.name === 'email-file') - + - + diff --git a/client/components/TopNav.vue b/client/components/TopNav.vue index d6a4d2b..edf8de5 100644 --- a/client/components/TopNav.vue +++ b/client/components/TopNav.vue @@ -10,7 +10,7 @@ import { version } from '../../package.json'

Vue Email

- + v{{ version }}