Skip to content

Commit

Permalink
chore: removed banner and updated header
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaburgio committed Oct 26, 2024
1 parent 645e5d4 commit 8747849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions iconoir.com/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ export function Header({ currentVersion }: HeaderProps) {
<Sparks></Sparks>
<a
href={
'https://lucaburgio.com/join?utm_source=iconoir&utm_medium=join-head-banner'
'https://opencollective.com/iconoir/donate?interval=month&amount=10'
}
target={'_blank'}
>
Access to the latest updates on new icons and ideas. Join the
newsletter.
Your one-time or recurring contribution does a lot to keep Iconoir
going.
</a>
</Banner>
<HeaderLeft>
Expand Down
2 changes: 0 additions & 2 deletions iconoir.com/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { REPO, SUPPORT_LINK } from '../lib/constants';
import { Explore } from '../components/Explore';
import { Footer } from '../components/Footer';
import { Header } from '../components/Header';
import { DonationPopup } from '../components/DonationPopup';
import { HeaderBackground } from '../components/HeaderBackground';
import { Icon } from '../components/IconList';
import { Layout } from '../components/Layout';
Expand Down Expand Up @@ -141,7 +140,6 @@ const Home: NextPage<HomeProps> = ({
Join our supporters and help us continue developing Iconoir.
</Text15>
</SupportContainer>
<DonationPopup />
<Explore allIcons={allIcons} />
</Layout>
<Footer />
Expand Down

0 comments on commit 8747849

Please sign in to comment.