Skip to content

Commit 4bc9489

Browse files
committed
Fix external link icons on DuckCon 7 buttons
Replace <button><a> nesting with semantic <a class="button"> elements.
1 parent ff07944 commit 4bc9489

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_events/2026-05-05-duckcon7.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ <h3 class="title-1">{{ venue_access.title }}</h3>
193193
<section class="join-us">
194194
<div class="card max-width-small">
195195
{% include duckcon7/section_header.html title="Join us for DuckCon #7!" description="The Call for Talks and Registration for DuckCon #7 are now officially open!" %}
196-
<button class="button yellow"><a href="https://forms.gle/Lh6Zh96dJRi2PZEH8" style="color: black">Submit Your Talk</a></button>
196+
<a class="button yellow" href="https://forms.gle/Lh6Zh96dJRi2PZEH8" target="_blank">Submit Your Talk</a>
197197
&nbsp;&nbsp;&nbsp;&nbsp;
198-
<button class="button yellow"><a href="https://luma.com/3hi3m00x" style="color: black">Register</a></button>
198+
<a class="button yellow" href="https://luma.com/3hi3m00x" target="_blank">Register</a>
199199
</div>
200200
</section>

0 commit comments

Comments
 (0)