From 5c10c475013e47efdf224ea977ad81789b80f543 Mon Sep 17 00:00:00 2001 From: Rihan Arfan Date: Tue, 8 Oct 2024 02:09:34 +0100 Subject: [PATCH] docs: add linkedin links --- docs/app.vue | 5 +++++ docs/components/AppFooter.vue | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/docs/app.vue b/docs/app.vue index 994399ef..3903d221 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -81,6 +81,11 @@ const links = computed(() => [ to: 'https://x.com/nuxt_hub', target: '_blank', icon: 'i-simple-icons-x' + }, { + label: 'NuxtHub', + to: 'https://www.linkedin.com/showcase/nuxthub/', + target: '_blank', + icon: 'i-simple-icons-linkedin' }] ) diff --git a/docs/components/AppFooter.vue b/docs/components/AppFooter.vue index 4b3e1230..e6394522 100644 --- a/docs/components/AppFooter.vue +++ b/docs/components/AppFooter.vue @@ -40,6 +40,14 @@ const links = [ target="_blank" aria-label="Go to NuxtHub X account" /> +