fix: button icons

This commit is contained in:
Liyas Thomas
2021-07-05 12:56:00 +00:00
committed by GitHub
parent 069b26bdc4
commit fde5b0717d
52 changed files with 463 additions and 759 deletions

View File

@@ -2,7 +2,7 @@
<span
:class="{ 'cursor-pointer': !isScalar }"
class="font-mono text-sm text-accent"
@click.native="jumpToType"
@click="jumpToType"
>
{{ typeString }}
</span>