Skip to content

Commit

Permalink
Merge pull request #2120 from Giveth/remove-gitcoin-alpha-banner
Browse files Browse the repository at this point in the history
Remove nice banner on projects page
  • Loading branch information
mateodaza authored Feb 3, 2023
2 parents fbeee3d + bb27033 commit 1832d6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/views/projects/ProjectsIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import ProjectsFiltersDesktop from '@/components/views/projects/ProjectsFiltersD
import ProjectsFiltersTablet from '@/components/views/projects/ProjectsFiltersTablet';
import ProjectsFiltersMobile from '@/components/views/projects/ProjectsFiltersMobile';
import LottieControl from '@/components/animations/lottieControl';
import GitcoinBanner from '@/components/views/homepage/HomeNiceSection';
import LoadingAnimation from '@/animations/loading_giv.json';
import useDetectDevice from '@/hooks/useDetectDevice';
import { Flex, FlexCenter } from '@/components/styled-components/Flex';
Expand Down Expand Up @@ -252,7 +251,6 @@ const ProjectsIndex = (props: IProjectsView) => {
)}

<ProjectsBanner mainCategory={selectedMainCategory} />
<GitcoinBanner />
<Wrapper>
<FiltersContainer>
{isDesktop && <ProjectsFiltersDesktop />}
Expand Down

1 comment on commit 1832d6d

@vercel
Copy link

@vercel vercel bot commented on 1832d6d Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

giveth-dapps-v2 – ./

giveth-dapps-v2-givethio.vercel.app
giveth.io
giveth-dapps-v2-git-main-givethio.vercel.app
www.giveth.io

Please sign in to comment.