Skip to content

Commit e47d007

Browse files
authored
Merge pull request #5167 from cpinitiative/tournament-banner
Update TopNavigationBar.tsx
2 parents 744884b + 85b629d commit e47d007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/TopNavigationBar/TopNavigationBar.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ export default function TopNavigationBar({
138138
{!hidePromoBar && (
139139
<>
140140
<Banner
141-
text="Registration for Spring Live Classes Open"
141+
text="Compete for Prizes in the USACO.Guide Informatics Tournament!"
142142
action="Register"
143-
link="https://joincpi.org/classes"
143+
link="http://contest.joincpi.org:8080/home"
144144
/>
145145
</>
146146
)}

0 commit comments

Comments
 (0)