Skip to content

Commit 13a57f3

Browse files
committed
docs: update twitter link
1 parent 5c424c8 commit 13a57f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/app.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineAppConfig({
3737
'aria-label': 'Nuxt Website'
3838
}, {
3939
icon: 'i-simple-icons-x',
40-
to: 'https://x.com/nuxt_js',
40+
to: 'https://x.com/nuxt_hub',
4141
target: '_blank',
4242
'aria-label': 'Nuxt on X'
4343
}, {

playground/app.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const links = [
4747
</NuxtLink>
4848
·
4949
<NuxtLink
50-
href="https://twitter.com/nuxt_js"
50+
href="https://twitter.com/nuxt_hub"
5151
target="_blank"
5252
class="text-sm text-gray-500 hover:text-gray-700"
5353
>

0 commit comments

Comments
 (0)