Skip to content

Commit e256798

Browse files
authored
Merge pull request #3333 from wasp-lang/release
2 parents f8723f2 + fd1c030 commit e256798

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import Link from "@docusaurus/Link";
22
import { useRef, useState } from "react";
33
import { Star } from "react-feather";
44
import Transition from "../../lib/Transition";
5-
import Announcement from "./Announcement";
65
import { DiscordIcon, GitHubIcon, TwitterIcon } from "./SocialIcons";
6+
// import Announcement from "./Announcement";
77

88
const Nav = () => {
99
const [open, setOpen] = useState(false);
@@ -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)