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 a8e1f7f commit b5dd9faCopy full SHA for b5dd9fa
src/components/keynoters/keynoter.astro
@@ -35,7 +35,7 @@ const Placeholder =
35
---
36
37
<li class:list={["list-none rounded-2xl overflow-clip flex group", className]}>
38
- <a class="block w-full h-full relative " href={`/speaker/${slug}`}>
+ <a class="block w-full h-full relative " >
39
<div class="relative aspect-[9/10] overflow-clip">
40
{
41
image ? (
0 commit comments