Skip to content

Commit

Permalink
removed how 2 dao growl
Browse files Browse the repository at this point in the history
  • Loading branch information
Israellund authored and ilijabojanovic committed Dec 20, 2024
1 parent 6da9d1d commit 4821e0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Binary file not shown.
12 changes: 0 additions & 12 deletions packages/commonwealth/client/scripts/views/Sublayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import app from 'state';
import useSidebarStore from 'state/ui/sidebar';
import { SublayoutHeader } from 'views/components/SublayoutHeader';
import { Sidebar } from 'views/components/sidebar';
import twitterspaceGrowlImage from '../../assets/img/TwitterspaceGrowlImage.png';
import { useHandleInviteLink } from '../hooks/useHandleInviteLink';
import useNecessaryEffect from '../hooks/useNecessaryEffect';
import useStickyHeader from '../hooks/useStickyHeader';
Expand All @@ -23,7 +22,6 @@ import { AdminOnboardingSlider } from './components/AdminOnboardingSlider';
import { Breadcrumbs } from './components/Breadcrumbs';
import MobileNavigation from './components/MobileNavigation';
import AuthButtons from './components/SublayoutHeader/AuthButtons';
import { CWGrowlTemplate } from './components/SublayoutHeader/GrowlTemplate/CWGrowlTemplate';
import useJoinCommunity from './components/SublayoutHeader/useJoinCommunity';
import { UserTrainingSlider } from './components/UserTrainingSlider';
import { CWModal } from './components/component_kit/new_designs/CWModal';
Expand Down Expand Up @@ -196,16 +194,6 @@ const Sublayout = ({ children, isInsideCommunity }: SublayoutProps) => {
)}
{children}
</div>
<CWGrowlTemplate
growlType="twitterspace"
growlImage={twitterspaceGrowlImage}
headerText="Livestream with How To DAO this Thursday!"
bodyText="Join Dillon Chen (Common CEO) and Kevin Owocki (Gitcoin Co-Founder) on 12/19 at 11am ET to
shape the future of digital collaboration and community building"
buttonText="Reserve Your Spot!"
buttonLink="https://lu.ma/8nk6j7n4"
extraText='Exclusive bundle offer: "How To DAO" book + more!'
/>
</div>
<WelcomeOnboardModal
isOpen={isWelcomeOnboardModalOpen}
Expand Down

0 comments on commit 4821e0a

Please sign in to comment.