Skip to content

Commit 61ec1b8

Browse files
committed
fix: follow the rabbit
1 parent 6cfcee3 commit 61ec1b8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

app/components/Compare/FacetQuadrantChart.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,10 @@ const config = computed<VueUiQuadrantConfig>(() => {
389389
<TooltipApp
390390
:aria-label="$t('compare.quadrant_chart.explanation.tooltip_help_efficiency')"
391391
>
392-
<span
392+
<button
393393
data-dom-to-png-ignore
394394
class="i-lucide:info w-3.5 h-3.5 text-fg-muted cursor-help"
395-
aria-hidden="true"
395+
type="button"
396396
/>
397397
<template #content>
398398
<div class="flex flex-col gap-3">
@@ -414,11 +414,10 @@ const config = computed<VueUiQuadrantConfig>(() => {
414414
>
415415
<div class="flex items-center justify-center gap-2">
416416
<TooltipApp>
417-
<span
417+
<button
418418
data-dom-to-png-ignore
419-
type="button"
420419
class="i-lucide:info w-3.5 h-3.5 text-fg-muted cursor-help"
421-
:aria-label="$t('compare.quadrant_chart.explanation.tooltip_help_adoption')"
420+
type="button"
422421
/>
423422
<template #content>
424423
<div class="flex flex-col gap-3">

0 commit comments

Comments
 (0)