Skip to content

Commit c21edba

Browse files
chore: add mailto link to defillama email in raises page (#2247)
1 parent 7619f6a commit c21edba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/containers/Raises/index.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ const RaisesContainer = ({ raises, investors, rounds, sectors, chains, investorN
5656
Add it here!
5757
</a>
5858
<br />
59-
<span>Are you a VC and want to submit your investments in bulk? Email them to us at [email protected]</span>
59+
<span>
60+
Are you a VC and want to submit your investments in bulk? Email them to us at{' '}
61+
<a href="mailto:[email protected]" className="text-(--blue) underline">
62+
63+
</a>
64+
</span>
6065
</Announcement>
6166
<RaisesFilters
6267
header={investorName ? `${investorName} raises` : 'Raises'}

0 commit comments

Comments
 (0)