We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e67f1 commit 7255716Copy full SHA for 7255716
src/data/links.json
@@ -131,8 +131,8 @@
131
"path": "/prague"
132
},
133
{
134
- "name": "Venue",
135
- "path": "/venue"
+ "name": "Talks",
+ "path": "/schedule/talks"
136
137
138
"name": "Jobs",
src/layouts/Layout.astro
@@ -93,7 +93,6 @@ const externalDomain = new URL(Astro.site || "").hostname;
93
padding: 40px 20px 40px 20px;
94
text-align: center;
95
z-index: -1;
96
- /*height: 600px;*/
97
}
98
99
</style>
0 commit comments