diff --git a/app/components/CallToAction.vue b/app/components/CallToAction.vue new file mode 100644 index 000000000..77fe0d9cf --- /dev/null +++ b/app/components/CallToAction.vue @@ -0,0 +1,86 @@ + + + diff --git a/app/pages/about.vue b/app/pages/about.vue index 2ad67237c..b5cce2fa9 100644 --- a/app/pages/about.vue +++ b/app/pages/about.vue @@ -27,12 +27,6 @@ const pmLinks = { vlt: 'https://www.vlt.sh/', } -const socialLinks = { - github: 'https://repo.npmx.dev', - discord: 'https://chat.npmx.dev', - bluesky: 'https://social.npmx.dev', -} - const { data: contributors, status: contributorsStatus } = useFetch( '/api/contributors', { @@ -210,90 +204,7 @@ const { data: contributors, status: contributorsStatus } = useFetch - -
-

- {{ $t('about.get_involved.title') }} -

- - -
+