Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 71428cd

Browse files
committed
.
1 parent b68da82 commit 71428cd

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docusaurus.config.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ const config = {
145145
// position: 'left',
146146
// label: 'Tutorial',
147147
// },
148+
{
149+
label: "GitHub",
150+
href: "https://github.com/letsdiscodev/",
151+
position: "right",
152+
},
148153
{
149154
label: "Discord",
150155
href: "https://discord.gg/7J4vb5uUwU",
@@ -167,14 +172,14 @@ const config = {
167172
{
168173
// title: "Community",
169174
items: [
170-
{
171-
label: "Discord",
172-
href: "https://discord.gg/7J4vb5uUwU",
173-
},
174175
{
175176
label: "GitHub",
176177
href: "https://github.com/letsdiscodev/",
177178
},
179+
{
180+
label: "Discord",
181+
href: "https://discord.gg/7J4vb5uUwU",
182+
},
178183
{
179184
label: "letsdisco.dev",
180185
href: "https://letsdisco.dev/",

0 commit comments

Comments
 (0)