File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1656,25 +1656,13 @@ watch(selectedMetric, value => {
16561656 <span v-else class =" i-lucide:ellipsis-vertical w-6 h-6" aria-hidden =" true" />
16571657 </template >
16581658 <template #optionCsv >
1659- <span
1660- class =" i-carbon:csv w-6 h-6 text-fg-subtle"
1661- style =" pointer-events : none "
1662- aria-hidden =" true"
1663- />
1659+ <span class =" text-fg-subtle font-mono pointer-events-none" >CSV</span >
16641660 </template >
16651661 <template #optionImg >
1666- <span
1667- class =" i-carbon:png w-6 h-6 text-fg-subtle"
1668- style =" pointer-events : none "
1669- aria-hidden =" true"
1670- />
1662+ <span class =" text-fg-subtle font-mono pointer-events-none" >PNG</span >
16711663 </template >
16721664 <template #optionSvg >
1673- <span
1674- class =" i-carbon:svg w-6 h-6 text-fg-subtle"
1675- style =" pointer-events : none "
1676- aria-hidden =" true"
1677- />
1665+ <span class =" text-fg-subtle font-mono pointer-events-none" >SVG</span >
16781666 </template >
16791667
16801668 <template #annotator-action-close >
Original file line number Diff line number Diff line change @@ -519,28 +519,14 @@ const endDate = computed(() => {
519519 </template >
520520
521521 <!-- Export options -->
522- <template #optionCsv >
523- <span
524- class =" i-carbon:csv w-6 h-6 text-fg-subtle"
525- style =" pointer-events : none "
526- aria-hidden =" true"
527- />
522+ <template #optionCsv >
523+ <span class =" text-fg-subtle font-mono pointer-events-none" >CSV</span >
528524 </template >
529-
530525 <template #optionImg >
531- <span
532- class =" i-carbon:png w-6 h-6 text-fg-subtle"
533- style =" pointer-events : none "
534- aria-hidden =" true"
535- />
526+ <span class =" text-fg-subtle font-mono pointer-events-none" >PNG</span >
536527 </template >
537-
538528 <template #optionSvg >
539- <span
540- class =" i-carbon:svg w-6 h-6 text-fg-subtle"
541- style =" pointer-events : none "
542- aria-hidden =" true"
543- />
529+ <span class =" text-fg-subtle font-mono pointer-events-none" >SVG</span >
544530 </template >
545531
546532 <!-- Annotator action icons -->
You can’t perform that action at this time.
0 commit comments