Skip to content

Commit

Permalink
fix: Small text improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Dec 17, 2024
1 parent dddc1f9 commit 9e7e7cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/app/exhibitor/packages/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { P } from "@/app/_components/Paragraph"
import { StatusModuleItem } from "@/app/exhibitor/_components/StatusModuleItem"
import { Page } from "@/components/shared/Page"
import { fetchDates } from "@/components/shared/hooks/api/useDates"
Expand Down Expand Up @@ -40,6 +41,8 @@ function FAQItem({
export default async function Packages() {
const dates = await fetchDates()

return <P>Packages will be available soon</P>

return (
<Page.Background withIndents>
<Page.Boundary className="pb-20">
Expand Down
6 changes: 3 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +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. Open 10-16 November the
19th and 10-15 November the 20th.
opportunities and shape their future. November the 18th and
19th.
</h2>
<div className="mt-4 flex flex-wrap gap-2">
{today < fr_end ? (
Expand Down Expand Up @@ -111,7 +111,7 @@ export default async function HomePage() {
<Countdown />
</div> */}
<h1 className="max-w-30 flex justify-center font-bebas-neue text-3xl text-stone-300">
Our Gold Exhibitors
Our Gold Exhibitors (2024)
</h1>
<div className="mt-4 flex w-full flex-wrap justify-center gap-6">
<div className="flex flex-wrap items-center justify-center gap-20 px-10 pt-10">
Expand Down

0 comments on commit 9e7e7cf

Please sign in to comment.