Skip to content

Commit 3bde557

Browse files
committed
add TRC20 address
1 parent 1291b76 commit 3bde557

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

public/img/group/donate.png

3.94 KB
Loading

src/pages/About/About.jsx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,19 @@ function About() {
9797
{" "}
9898
0x900cc73447606E2151F0fD89F908e5dD0Ab2a744
9999
</a>
100+
<br />
101+
<strong>TRC20 USDT</strong> Donation Address
102+
<a
103+
target="_blank"
104+
rel="noopener noreferrer"
105+
href="https://tronscan.org/#/token20/TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t/holders"
106+
>
107+
{" "}
108+
TSQSNqzmJnZvraatd421pVSh1LyJAd77cY
109+
</a>
100110
</p>
101111
</div>
112+
102113
<div className="col col--small">
103114
<h2 className="title title--green title--left">
104115
{t("foundationPage.contactUsTitle")}
@@ -154,6 +165,32 @@ function About() {
154165
</div>
155166
</div>
156167
</div>
168+
169+
<div className="main">
170+
<div className="anchor" data-id="partner"></div>
171+
<div className="container">
172+
<h2 className="title title--green">
173+
Donors
174+
</h2>
175+
<div className="blocks-list">
176+
<a
177+
href="https://forms.gle/qb9nP6rCc1xBeZE26"
178+
className="blocks-list__block"
179+
>
180+
<h4 className="blocks-list__block__title">I want</h4>
181+
<img
182+
className="blocks-list__block__img"
183+
src="/img/group/donate.png"
184+
alt=""
185+
/>
186+
<div className="blocks-list__block__type">
187+
To donate
188+
</div>
189+
</a>
190+
</div>
191+
</div>
192+
</div>
193+
157194
<Footer />
158195
</>
159196
);

0 commit comments

Comments
 (0)