Skip to content

Commit 03d4fea

Browse files
Add youtube button
1 parent dd00109 commit 03d4fea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ const config = {
202202
className: 'header-github-link',
203203
'aria-label': 'GitHub repository',
204204
},
205-
// {
206-
// href: 'https://www.youtube.com/@virtua1hub',
207-
// position: 'right',
208-
// className: 'header-youtube-link',
209-
// 'aria-label': 'Youtube Channel',
210-
// },
205+
{
206+
href: 'https://www.youtube.com/@borrproject',
207+
position: 'right',
208+
className: 'header-youtube-link',
209+
'aria-label': 'Youtube Channel',
210+
},
211211
],
212212
},
213213
footer: {

0 commit comments

Comments
 (0)