Skip to content

Commit dbe6e41

Browse files
committed
chore(website): update navbar icons
1 parent 8f73ced commit dbe6e41

8 files changed

+25
-30
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ charset = utf-8
88
trim_trailing_whitespace = true
99
indent_style = tab
1010

11-
[*.{md,mdx,yml,yaml,json,toml,htm,html,js,css,svg,sh,bash,fish}]
11+
[*.{md,mdx,yml,yaml,json,toml,htm,html,js,ts,css,svg,sh,bash,fish}]
1212
indent_style = space
1313
indent_size = 2

website/docusaurus.config.ts

+15-5
Original file line numberDiff line numberDiff line change
@@ -129,21 +129,31 @@ const config: Config = {
129129
},
130130
{
131131
href: GITHUB_URL,
132+
title: 'GitHub',
132133
position: 'right',
133134
className: "header-icon-link icon-github",
134135
},
135136
{
136137
href: DISCORD_URL,
138+
title: 'Discord',
137139
position: 'right',
138140
className: "header-icon-link icon-discord",
139141
},
140142
{
141143
href: TWITTER_URL,
144+
title: 'X (Twitter)',
142145
position: 'right',
143146
className: "header-icon-link icon-twitter",
144147
},
148+
{
149+
href: BLUESKY_URL,
150+
title: 'Bluesky',
151+
position: 'right',
152+
className: "header-icon-link icon-bluesky",
153+
},
145154
{
146155
href: MASTODON_URL,
156+
title: 'Mastodon',
147157
rel: 'me',
148158
position: 'right',
149159
className: "header-icon-link icon-mastodon",
@@ -177,11 +187,15 @@ const config: Config = {
177187
label: 'GitHub',
178188
href: GITHUB_URL
179189
},
190+
{
191+
label: 'Discord',
192+
href: DISCORD_URL
193+
},
180194
{
181195
label: 'Twitter',
182196
href: TWITTER_URL
183197
},
184-
{
198+
{
185199
label: 'Bluesky',
186200
href: BLUESKY_URL,
187201
rel: 'me'
@@ -191,10 +205,6 @@ const config: Config = {
191205
href: MASTODON_URL,
192206
rel: 'me'
193207
},
194-
{
195-
label: 'Discord',
196-
href: DISCORD_URL
197-
},
198208
{
199209
label: 'Stack Overflow',
200210
href: STACK_OVERFLOW

website/src/css/custom.css

+4
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,7 @@
117117
.icon-twitter::before {
118118
mask-image: url('/img/icon-twitter.svg');
119119
}
120+
121+
.icon-bluesky::before {
122+
mask-image: url('/img/icon-bluesky.svg');
123+
}

website/static/img/icon-bluesky.svg

+1
Loading

website/static/img/icon-discord.svg

+1-1
Loading

website/static/img/icon-github.svg

+1-1
Loading

website/static/img/icon-mastodon.svg

+1-1
Loading

website/static/img/icon-twitter.svg

+1-21
Loading

0 commit comments

Comments
 (0)