Skip to content

Commit 8322e61

Browse files
committed
wip: add link to jump to session header
1 parent 4c54d82 commit 8322e61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

2025/src/components/Sessions/Session.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ const { speaker_name, title, abstract, self_introduction, image_url } =
3232
</div>
3333
<div class="flex-1 text-center md:text-left">
3434
<div class="mb-3">
35-
<h3 class="mb-2 text-2xl font-bold text-gray-900 md:text-3xl">
35+
<h3 id={speaker_name} class="mb-2 text-2xl font-bold text-gray-900 md:text-3xl">
36+
<a href={"#"+speaker_name} class="hover:underline">
3637
{speaker_name}
38+
</a>
3739
</h3>
3840
</div>
3941
<div class="mb-4">

0 commit comments

Comments
 (0)