Skip to content

Commit

Permalink
Merge pull request #115 from armada-ths/august/feat/time
Browse files Browse the repository at this point in the history
August/feat/time
  • Loading branch information
AugustPaulsrud authored Nov 18, 2024
2 parents 5f1ddc9 + a97a08e commit c2fdce0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { CompanyRegistrationButton } from "@/app/_components/CompanyRegistrationButton"
import { FairDates } from "@/app/_components/FairDates"
import { RecruitmentBanner } from "@/app/_components/Recruitment"
import { fetchDates } from "@/components/shared/hooks/api/useDates"
import { fetchExhibitors } from "@/components/shared/hooks/api/useExhibitors"
Expand Down Expand Up @@ -67,7 +66,8 @@ export default async function HomePage() {
<h2 className="my-5 text-stone-300">
The No. 1 career fair at KTH Royal Institute of Technology.
Where future engineers come in contact with career
opportunities and shape their future
opportunities and shape their future. Open 10-16 November the
19th and 10-15 November the 20th.
</h2>
<div className="mt-4 flex flex-wrap gap-2">
{today < fr_end ? (
Expand Down Expand Up @@ -108,9 +108,11 @@ export default async function HomePage() {
</>
)}
</div>
{/*
<Suspense>
<FairDates />
</Suspense>
*/}
</div>
</div>
</div>
Expand Down

0 comments on commit c2fdce0

Please sign in to comment.