Skip to content

Commit 768bed8

Browse files
authored
Add discord link to footer quick links (#1382)
1 parent 7197b5e commit 768bed8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/data/links.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@
198198
{
199199
"name": "Jobs",
200200
"path": "/jobs"
201+
},
202+
{
203+
"name": "Discord",
204+
"path": "https://discord.com/invite/BhTN2zJPMh"
201205
}
202206
]
203207
},

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ footer {
8989

9090
@media screen and (width>1200px){
9191
main {
92-
margin-bottom:800px;
92+
margin-bottom:90vh;
9393
}
9494
footer {
9595
position: fixed;

0 commit comments

Comments
 (0)