File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ function getAriaLabel(c: GitHubContributor): string {
455455 rel =" noopener noreferrer"
456456 class =" flex items-center gap-1 hover:text-accent transition-colors"
457457 >
458- <div class =" i-lucide:link size-3 shrink-0" />
458+ <div class =" i-lucide:link size-3 shrink-0" aria-hidden = " true " />
459459 <span class =" truncate" >{{
460460 activeContributor.websiteUrl.replace(/^https?:\/\//, '')
461461 }}</span >
@@ -467,7 +467,7 @@ function getAriaLabel(c: GitHubContributor): string {
467467 rel =" noopener noreferrer"
468468 class =" flex items-center gap-1 hover:text-accent transition-colors"
469469 >
470- <div class =" i-simple-icons:x size-2.5 shrink-0" />
470+ <div class =" i-simple-icons:x size-2.5 shrink-0" aria-hidden = " true " />
471471 <span >@{{ activeContributor.twitterUsername }}</span >
472472 </a >
473473 </div >
You can’t perform that action at this time.
0 commit comments