From 4a2f3a8f029668ac93bfd5ffcba6172440a12b6b Mon Sep 17 00:00:00 2001 From: Ananthak Date: Fri, 6 Oct 2023 18:51:22 +0530 Subject: [PATCH] fixed details download --- src/components/event_card.jsx | 1 - src/screens/Events.jsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/event_card.jsx b/src/components/event_card.jsx index e939e29..d1e9f53 100644 --- a/src/components/event_card.jsx +++ b/src/components/event_card.jsx @@ -35,7 +35,6 @@ function EventCard(props) { {props.text2}{" "} diff --git a/src/screens/Events.jsx b/src/screens/Events.jsx index f2cef90..924fe9b 100644 --- a/src/screens/Events.jsx +++ b/src/screens/Events.jsx @@ -14,7 +14,7 @@ function Events() { description1={"🎬Calling all aspiring filmmakers! It's time to bring your storytelling skills to life through Lens Flare, Synergy's short film competition. The pages of time turn, revealing stories untold. Dive into the theme 'The Metamorphosis of Time' and unleash your creativity to shape the past, present, and future.🎥"} image={lensflare} text2="Event Details" - details={'../assets/LensFlare.pdf'} + details={'https://drive.google.com/uc?export=download&id=1_yiTSTklhpdOfPQqyL6BZoJlkI_kw3yD'} register={"https://docs.google.com/forms/d/e/1FAIpQLSfTktPQMk3OiHmR-PaO74yFyDo5LokL2HEQB1L8LygWkRHIAg/viewform"} submit={"https://docs.google.com/forms/d/e/1FAIpQLScH-clXkyoGdMIlHYsp9OG3JahL-hhRa6JZV1PwrsIgB7zUQQ/viewform"} />