File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const config: Config = {
3232 announcementBar : {
3333 id : "design-aithon" ,
3434 content :
35- '<b>Have a Wasp app in production?</b> 🐝 <a href="https://e44cy1h4s0q.typeform.com/to/EPJCwsMi">We\'ll send you some swag! 👕</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 ,
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import Link from "@docusaurus/Link";
22import { useRef , useState } from "react" ;
33import { Star } from "react-feather" ;
44import Transition from "../../lib/Transition" ;
5- import Announcement from "./Announcement" ;
65import { DiscordIcon , GitHubIcon , TwitterIcon } from "./SocialIcons" ;
6+ // import Announcement from "./Announcement";
77
88const Nav = ( ) => {
99 const [ open , setOpen ] = useState ( false ) ;
You can’t perform that action at this time.
0 commit comments