Skip to content

Commit fb33d37

Browse files
committed
fix(TheFooter): donate link
1 parent 8c4d533 commit fb33d37

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/styles/base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $grayscale: (
9595
--txt-white: rgba(255, 255, 255, 95%);
9696

9797
/* General */
98-
--brand: #924dff;
98+
--brand: #18d2a5;
9999
--blue: #0b84fe;
100100
--red: #eb5757;
101101
--orange: #ff5a17;
@@ -151,7 +151,7 @@ $grayscale: (
151151
--txt-white: rgba(255, 255, 255, 95%);
152152

153153
/* General */
154-
--brand: #924dff;
154+
--brand: #18d2a5;
155155
--blue: #0b84fe;
156156
--red: #eb5757;
157157
--orange: #ff5a17;

components/TheFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const handleChangeTheme = (target) => {
158158
<Flex align="center" gap="12" style="height: fit-content">
159159
<Flex align="center" gap="6" :class="$style.btn">
160160
<Text size="12" weight="600" color="tertiary"> Donate </Text>
161-
<a href="https://celenium.io/address/celestia15ans77hr2uxefyn6fa2lcsvpngwevuaugth7f5" target="_blank">
161+
<a href="https://celenium.io/address/celestia1avr0gh0v6errxr8g8rjkscxf3jqx4k6ypkh2rl" target="_blank">
162162
<Text size="12" weight="600" color="secondary"> TIA </Text>
163163
</a>
164164
<a href="https://etherscan.io/address/0x9FfB1cb28c55735e77B352eE918b4F0c3595a761" target="_blank">

0 commit comments

Comments
 (0)