changes
This commit is contained in:
@@ -40,7 +40,10 @@
|
||||
v-if="finalLink"
|
||||
>
|
||||
<span class="icon">
|
||||
<SvgIcon v-bind="{ name: 'open.svg', type: 'primary', size: 24 }" />
|
||||
<Icon
|
||||
name="mdi:launch"
|
||||
:size="20"
|
||||
/>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
@@ -51,7 +54,10 @@
|
||||
v-if="finalLink"
|
||||
>
|
||||
<span class="icon">
|
||||
<SvgIcon v-bind="{ name: 'download.svg', type: 'primary', size: 24 }" />
|
||||
<Icon
|
||||
name="material-symbols:download-rounded"
|
||||
:size="20"
|
||||
/>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user