Skip to content

Commit

Permalink
chore - rebase to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
glamperd committed Apr 20, 2024
1 parent 64b505a commit 3657a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/pages/LandingPage/HeroComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { ScrollBanner } from "./Banner";

export function HeroComponent({ projects, waitingQueue }: HeroComponentProps) {
const bannerImages: any[] = []
const sortedProjects = projects.sort((a, b) => b.ceremony.data.endDate - a.ceremony.data.endDate);

for (const queue of waitingQueue) {
bannerImages.push({
Expand Down Expand Up @@ -65,4 +66,4 @@ export function HeroComponent({ projects, waitingQueue }: HeroComponentProps) {
</VStack>
</>
);
}
}

0 comments on commit 3657a74

Please sign in to comment.