File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const route = useRoute()
5050 <UButton
5151 aria-label =" Nuxt Content on Discord"
5252 icon =" i-simple-icons-discord"
53- to =" https://go.nuxt.com/discord "
53+ to =" https://discord.gg/sBXDm6e8SP "
5454 target =" _blank"
5555 color =" neutral"
5656 variant =" ghost"
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const links = [
5252 {
5353 icon: ' i-simple-icons-discord' ,
5454 label: ' Chat on Discord' ,
55- to: ' https://discord.com/invite /sBXDm6e8SP' ,
55+ to: ' https://discord.gg /sBXDm6e8SP' ,
5656 target: ' _blank' ,
5757 },
5858]
Original file line number Diff line number Diff line change @@ -50,6 +50,11 @@ const communityLinks = computed(() => [{
5050 label: ' Star on GitHub' ,
5151 to: ' https://github.com/nuxt/content' ,
5252 target: ' _blank' ,
53+ }, {
54+ icon: ' i-simple-icons-discord' ,
55+ label: ' Chat on Discord' ,
56+ to: ' https://discord.gg/sBXDm6e8SP' ,
57+ target: ' _blank' ,
5358}])
5459 </script >
5560
You can’t perform that action at this time.
0 commit comments