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 be879fe commit f3bef86Copy full SHA for f3bef86
index.html
@@ -162,7 +162,7 @@ <h2>No Presentations Yet</h2>
162
}
163
164
container.innerHTML = presentations.map(pres => `
165
- <a href="/${pres.slug}/" class="presentation-card">
+ <a href="/presentations/${pres.slug}/" class="presentation-card">
166
<div class="icon">📊</div>
167
<h2>${pres.title}</h2>
168
<p>${pres.description || 'Click to view presentation'}</p>
0 commit comments