Skip to content

Commit

Permalink
fixed details download
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananthakrishna-K-13 committed Oct 6, 2023
1 parent 537e060 commit 4a2f3a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/event_card.jsx
Expand Up @@ -35,7 +35,6 @@ function EventCard(props) {
<a
className="details_link"
href={props.details}
download={true}
target="_blank"
>
{props.text2}{" "}
Expand Down
2 changes: 1 addition & 1 deletion src/screens/Events.jsx
Expand Up @@ -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"} />

Expand Down

0 comments on commit 4a2f3a8

Please sign in to comment.