Skip to content

Commit

Permalink
Bronze Sponsoren versteckt, dokumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryTimeless committed Oct 29, 2023
1 parent 67f3d50 commit 160215d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/landing/sponsor/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ const Sponsors = ({ sponsors }: SponsorsProps) => {
columns={3}
/>
</GridItem>
<GridItem>
{/* <GridItem>
<Heading size="lg" color="whiteAlpha.600" mb={2}>
Bronze Sponsors
</Heading>
<SponsorGrid
sponsors={sponsors.filter((s) => s.type === 'BRONZE')}
columns={3}
/>
</GridItem>
</GridItem> */}
</SimpleGrid>
);
};
Expand Down
2 changes: 2 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@ const Home: React.FC<HomeProps> = ({
<Divider my={20} />

<Section>
{/* das sind die 3 Blöcke mit Kick off, midterm und Final */}
<Timeline />
</Section>

<Section mt="8rem">
{/* Why Grow */}
<MotivationBlock />
</Section>

Expand Down

1 comment on commit 160215d

@vercel
Copy link

@vercel vercel bot commented on 160215d Oct 29, 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:

growx – ./

growx.vercel.app
growx-git-main-growx.vercel.app
growx-growx.vercel.app
grow.pioniergarage.de

Please sign in to comment.