Skip to content

Commit fd1c030

Browse files
committed
Format
1 parent dcf9a4c commit fd1c030

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>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,

web/src/components/Nav/index.jsx

Lines changed: 1 addition & 1 deletion
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);

0 commit comments

Comments
 (0)