Skip to content

Commit 7255716

Browse files
committed
Update footer links.
1 parent e8e67f1 commit 7255716

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/data/links.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
"path": "/prague"
132132
},
133133
{
134-
"name": "Venue",
135-
"path": "/venue"
134+
"name": "Talks",
135+
"path": "/schedule/talks"
136136
},
137137
{
138138
"name": "Jobs",

src/layouts/Layout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ const externalDomain = new URL(Astro.site || "").hostname;
9393
padding: 40px 20px 40px 20px;
9494
text-align: center;
9595
z-index: -1;
96-
/*height: 600px;*/
9796
}
9897
}
9998
</style>

0 commit comments

Comments
 (0)