Skip to content

Commit

Permalink
Outdated section (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandino authored Jan 25, 2025
1 parent cf48150 commit 54f4eaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 91 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions website/src/app/[lang]/[region]/(website)/our-work/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Contributors } from './(sections)/contributors';
import { HowItWorks } from './(sections)/how-it-works';
import { OurWork } from './(sections)/our-work';
import { Recipients } from './(sections)/recipients';
import { WhatsNext } from './(sections)/whats-next';

export async function generateMetadata({ params }: DefaultPageProps) {
return getMetadata(params.lang, 'website-our-work');
Expand All @@ -18,7 +17,6 @@ export default async function Page(props: DefaultPageProps) {
<HowItWorks {...props} />
<Contributors {...props} />
<Recipients {...props} />
<WhatsNext {...props} />
</BaseContainer>
);
}

0 comments on commit 54f4eaf

Please sign in to comment.