Skip to content

Commit dcf9a4c

Browse files
committed
web: removed design-ai-thon navbars.
1 parent 0300893 commit dcf9a4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const config: Config = {
3232
announcementBar: {
3333
id: "design-aithon",
3434
content:
35-
'<b>🎨 Wasp Design-AI-Thon is live!</b> <span style="text-decoration: underline;">Oct 10 - Oct 19</span> <a href="/blog/2025/10/08/design-ai-thon" style="background-color: rgba(255,255,255,0.2); color: #fbbf24; padding: 4px 12px; border-radius: 12px; text-decoration: none; font-weight: 600; margin-left: 8px; border: 1px solid rgba(251, 191, 36, 0.3);">Join now →</a>',
35+
'<b>Have a Wasp app in production?</b> 🐝 <a href="https://e44cy1h4s0q.typeform.com/to/EPJCwsMi">We\'ll send you some swag! 👕</a>',
3636
backgroundColor: "#8b5cf6",
3737
textColor: "#fff",
3838
isCloseable: false,

web/src/components/Nav/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const Nav = () => {
105105

106106
return (
107107
<>
108-
<Announcement />
108+
{/* <Announcement /> */}
109109
<div className="sticky top-0 z-50">
110110
<div className="absolute top-0 h-full w-full bg-[#f5f4f0] opacity-80"></div>
111111
<nav className="border-b backdrop-blur-sm">

0 commit comments

Comments
 (0)