Skip to content

Commit

Permalink
feat: remove crowdloan announcement.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdethier committed Dec 11, 2023
1 parent 9d2c92a commit f1e71ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Member from "./components/Member";
import LegalOfficer from "./components/LegalOfficer";
import Contact from "./components/Contact";
import { MenuItem } from "./components/Menu";
import Announcement from "./components/Announcement";
import ExternalLink from "./components/ExternalLink";

// Global
Expand Down Expand Up @@ -39,9 +38,6 @@ export const MENU: MenuItem[] = [

// Content
export const CONTENT: ReactNode = (<>
<Announcement>
<ExternalLink href="https://medium.com/logion/supporting-logion-id-3354-in-the-polkadot-crowdloan-auctions-53-59-66a17da9b899">Support Logion in its Crowdloan!</ExternalLink>
</Announcement>
<Banner
firstText={<>
{ /* START EDIT */ }
Expand Down

0 comments on commit f1e71ff

Please sign in to comment.