Skip to content

Commit c4c4d3b

Browse files
committed
Tweak Title and desc
1 parent bb89beb commit c4c4d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@ export default function HomeView({ connectedBuilder, userProvider }) {
111111
>
112112
<AfterSreLine />
113113
<AfterSreCard
114-
title="Tech Tree"
114+
title="ETH Tech Tree"
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"
118118
previewImage="/assets/challenges/techTree.svg"
119119
backgroundColor={techTreeBgColor}
120120
/>
121121
<AfterSreCard
122-
title="CTF"
123-
description="Join our Capture the Flag game and win back the 12 flags to prove your skills."
122+
title="Capture the Flag"
123+
description="Join our CTF game and hack your way through 12 Smart Contract challenges."
124124
externalLink="https://ctf.buidlguidl.com"
125125
buttonText="Start"
126126
previewImage="/assets/challenges/ctf.svg"

0 commit comments

Comments
 (0)