File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments