Skip to content

Commit 8d952e8

Browse files
committed
Hide donation links
1 parent ce1d137 commit 8d952e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

components/TheFooter.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,16 @@ const handleChangeTheme = (target) => {
168168
</Flex>
169169

170170
<Flex align="center" gap="12" style="height: fit-content">
171-
<Flex align="center" gap="6" :class="$style.btn">
171+
<!-- <Flex align="center" gap="6" :class="$style.btn">
172172
<Text size="12" weight="600" color="tertiary"> Donate </Text>
173173
<a href="https://celenium.io/address/celestia1avr0gh0v6errxr8g8rjkscxf3jqx4k6ypkh2rl" target="_blank">
174174
<Text size="12" weight="600" color="secondary"> TIA </Text>
175175
</a>
176176
<a href="https://etherscan.io/address/0x9FfB1cb28c55735e77B352eE918b4F0c3595a761" target="_blank">
177177
<Text size="12" weight="600" color="secondary"> ETH </Text>
178178
</a>
179-
</Flex>
180-
179+
</Flex> -->
180+
181181
<Dropdown side="top">
182182
<Flex align="center" gap="6" :class="$style.btn">
183183
<Icon

0 commit comments

Comments
 (0)