We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd0bac commit 038d506Copy full SHA for 038d506
1 file changed
src/components/CookoffBanner.tsx
@@ -17,11 +17,10 @@ export default function CookoffBanner() {
17
className="md:hidden"
18
/>
19
20
- <span className="hidden md:block">
21
- Marking 10 years of coding excellence, CookOff is back as
22
- graVITas' biggest coding challenge – test your skills and make
23
- history!
24
- </span>
+ <span className="hidden md:block">
+ 10 Years. Hundreds of Coders. One Champion.
+ CookOff, the biggest competitive coding challenge of graVITas is back!
+ </span>
25
26
<Link
27
href="https://gravitas.vit.ac.in/events/bdfcebea-c141-4a61-ac73-61dec96c08f4"
0 commit comments