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