From d1b212f645b327b02925557940e583f154231ab3 Mon Sep 17 00:00:00 2001 From: codecShivam Date: Thu, 28 Mar 2024 01:10:25 +0530 Subject: [PATCH] fix: tickets redirecting and registration closing --- src/pages/_/Hero/index.astro | 4 ++-- src/pages/_/Ticket/index.astro | 10 ++++------ src/pages/{ => _}/tickets.astro | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) rename src/pages/{ => _}/tickets.astro (88%) diff --git a/src/pages/_/Hero/index.astro b/src/pages/_/Hero/index.astro index 2c23d37..3a05b62 100644 --- a/src/pages/_/Hero/index.astro +++ b/src/pages/_/Hero/index.astro @@ -49,7 +49,7 @@ const data = formatter() -
+
diff --git a/src/pages/_/Ticket/index.astro b/src/pages/_/Ticket/index.astro index e40b5ba..ea8e17e 100644 --- a/src/pages/_/Ticket/index.astro +++ b/src/pages/_/Ticket/index.astro @@ -9,10 +9,8 @@ import { ticketLink } from "@src/data/links"

Registration

-

Get your FOSSConf23 tickets now to secure your spot at this exciting open source event! We offer two types of tickets: Normal Tickets and Student Tickets. Learn more about the benefits of each ticket and make your reservation today.

-
- Ticket Image - Click here to learn more and book your tickets -
+

Thank you for your interest in FOSSConf23! The conference has ended, but we look forward to seeing you next year for another exciting open source event.

+

If you have any inquiries or would like to stay updated about future events, feel free to reach out to us.

+

We appreciate your support!

- + \ No newline at end of file diff --git a/src/pages/tickets.astro b/src/pages/_/tickets.astro similarity index 88% rename from src/pages/tickets.astro rename to src/pages/_/tickets.astro index dd19790..9a34d41 100644 --- a/src/pages/tickets.astro +++ b/src/pages/_/tickets.astro @@ -1,6 +1,6 @@ --- import Layout from "@src/layouts/Layout.astro" -import Tickets from "./_/Tickets.astro" +import Tickets from "./Tickets.astro" import Logo from "@src/components/Logo.astro" import Line from "@src/components/hr.astro" ---