Skip to content

Commit 7ad59dc

Browse files
Copilotjbampton
andauthored
fix(bio): add aria-hidden=true to decorative accent-line spans in all headings
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/3efa40f9-a3be-4701-9400-ebf98f3ec7b3 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent 247b76a commit 7ad59dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_includes/bio.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
{% if bio %}
7878
<div class="user-card p-8 sm:p-12 rounded-3xl">
7979
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6 flex items-center gap-2">
80-
<span class="w-8 h-[2px] bg-accent"></span> Professional Bio
80+
<span class="w-8 h-[2px] bg-accent" aria-hidden="true"></span> Professional Bio
8181
</h2>
8282
<div class="text-[var(--text-main)] text-lg leading-relaxed whitespace-pre-line">
8383
{{ bio }}
@@ -88,7 +88,7 @@
8888
{% if languages is defined and languages is not null %}
8989
<div class="user-card p-8 sm:p-12 rounded-3xl">
9090
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6 flex items-center gap-2">
91-
<span class="w-8 h-[2px] bg-accent"></span> Technologies
91+
<span class="w-8 h-[2px] bg-accent" aria-hidden="true"></span> Technologies
9292
</h2>
9393
<div class="flex flex-wrap gap-3">
9494
{% set skills = languages.split(' ') %}

0 commit comments

Comments
 (0)