Skip to content

Commit ba0d410

Browse files
committed
Add discord link to footer quick links
1 parent 64368b7 commit ba0d410

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
@@ -190,6 +190,10 @@
190190
{
191191
"name": "Jobs",
192192
"path": "/jobs"
193+
},
194+
{
195+
"name": "Discord",
196+
"path": "https://discord.com/invite/BhTN2zJPMh"
193197
}
194198
]
195199
},

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)