Skip to content

Commit bb89beb

Browse files
committedMar 4, 2025
Use SVG images
1 parent bb3c60c commit bb89beb

File tree

5 files changed

+402
-2
lines changed

5 files changed

+402
-2
lines changed
 
Binary file not shown.
Loading
Binary file not shown.

‎packages/react-app/public/assets/challenges/techTree.svg

+358
Loading

‎packages/react-app/src/views/HomeView.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@ export default function HomeView({ connectedBuilder, userProvider }) {
115115
description="Check this advanced Solidity challenges to test your Ethereum dev skills."
116116
externalLink="https://github.com/BuidlGuidl/eth-tech-tree"
117117
buttonText="Join"
118-
previewImage="/assets/challenges/techTree.png"
118+
previewImage="/assets/challenges/techTree.svg"
119119
backgroundColor={techTreeBgColor}
120120
/>
121121
<AfterSreCard
122122
title="CTF"
123123
description="Join our Capture the Flag game and win back the 12 flags to prove your skills."
124124
externalLink="https://ctf.buidlguidl.com"
125125
buttonText="Start"
126-
previewImage="/assets/challenges/ctf.png"
126+
previewImage="/assets/challenges/ctf.svg"
127127
backgroundColor={bgColor}
128128
/>
129129
</Box>

0 commit comments

Comments
 (0)
Please sign in to comment.