Skip to content

Commit 2c54c7d

Browse files
committed
Hot upd llama links
1 parent 78c7b89 commit 2c54c7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/modules/rollup/RollupOverview.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ const handleCSVDownload = async (value) => {
402402
</Flex>
403403
</Flex>
404404
405-
<Flex v-if="showBadges.show" gap="24" style="margin-bottom: 16px">
405+
<Flex v-if="showBadges.show" gap="24">
406406
<img
407407
v-if="showBadges.settled"
408408
:src="`/img/badges/settled/${rollup.settled_on.toLowerCase()}.png`"
@@ -418,7 +418,7 @@ const handleCSVDownload = async (value) => {
418418
/>
419419
</Flex>
420420
421-
<Flex align="center" justify="start" gap="16" wrap="wrap" :style="{ marginTop: showBadges.show ? '0px' : '-20px' }">
421+
<Flex align="center" justify="start" gap="16" wrap="wrap">
422422
<Tooltip v-if="rollup.website" position="start" delay="300">
423423
<a :href="rollup.website" target="_blank">
424424
<Icon name="globe" size="14" color="secondary" />
@@ -450,12 +450,12 @@ const handleCSVDownload = async (value) => {
450450
</Tooltip>
451451
452452
<Tooltip v-if="rollup.defi_lama" position="start" delay="300">
453-
<a :href="`https://defillama.com/chain/${rollup.defi_lama}`" target="_blank">
453+
<a :href="`https://defillama.com/${rollup.defi_lama}`" target="_blank">
454454
<Icon name="llama" size="14" color="secondary" />
455455
</a>
456456
457457
<template #content>
458-
{{ `https://defillama.com/chain/${rollup.defi_lama}` }}
458+
{{ `https://defillama.com/${rollup.defi_lama}` }}
459459
</template>
460460
</Tooltip>
461461

0 commit comments

Comments
 (0)