We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6415b commit 13a2444Copy full SHA for 13a2444
src/components/TopNavigationBar/TopNavigationBar.tsx
@@ -138,8 +138,8 @@ export default function TopNavigationBar({
138
{!hidePromoBar && (
139
<>
140
<Banner
141
- text="February 2024 USACO workshop will be held with X-Camp on February 24th!"
142
- registerLink="https://joincpi.org/workshops/feb24"
+ text="US Open 2024 USACO workshop will be held with X-Camp on March 21st!"
+ registerLink="https://joincpi.org/workshops/open24"
143
/>
144
{/* <div className="relative bg-blue-600">
145
<div className="max-w-screen-xl mx-auto py-3 px-3 sm:px-6 lg:px-8">
0 commit comments