Skip to content

Commit 72acc72

Browse files
authored
Change button text from 'Enroll' to 'JOIN THE WAITLIST'
1 parent 1eb0931 commit 72acc72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blockfuse-website/src/components/BootcampCards.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const StyledCards = () => {
6767
rel="noopener noreferrer"
6868
>
6969
<Button>
70-
Enroll
70+
JOIN THE WAITLIST
7171
<MoveRight />
7272
</Button>
7373
</a>
@@ -137,7 +137,7 @@ const StyledCards = () => {
137137
rel="noopener noreferrer"
138138
>
139139
<Button>
140-
Enroll
140+
JOIN THE WAITLIST
141141
<MoveRight />
142142
</Button>
143143
</a>

0 commit comments

Comments
 (0)