Skip to content

Commit 6851ee4

Browse files
authored
Merge pull request #1309 from Concordium/update-icons
Update icons
2 parents a88d83a + 6a13e37 commit 6851ee4

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

source/mainnet/conf.py

+14-10
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,20 @@
221221
"attributes": {
222222
"target" : "_blank",}
223223
},
224+
{
225+
# Concordium Discord
226+
"name": "Discord",
227+
# URL where the link will redirect
228+
"url": "https://discord.com/invite/GpKGE2hCFx",
229+
# Icon class for Discord using FontAwesome
230+
"icon": "fab fa-discord",
231+
# Using FontAwesome
232+
"type": "fontawesome",
233+
# Opening in a new tab
234+
"attributes": {
235+
"target": "_blank",
236+
}
237+
},
224238
{
225239
"name": "YouTube",
226240
"url": "https://www.youtube.com/channel/UCPZc2CuB2jGbZjD_5zX7-1A",
@@ -241,16 +255,6 @@
241255
"attributes": {
242256
"target" : "_blank",}
243257
},
244-
{
245-
"name": "Academy",
246-
"url": "https://academy.concordium.software/ccd-academy/getting-started",
247-
"icon": "fas fa-graduation-cap",
248-
"type": "fontawesome",
249-
# Add additional attributes to the href link.
250-
# The defaults of the target, rel, class, title, and href may be overwritten.
251-
"attributes": {
252-
"target" : "_blank",}
253-
},
254258
]
255259
}
256260

0 commit comments

Comments
 (0)