Skip to content

Commit

Permalink
fixed 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 ac7fc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/event_card.jsx
Expand Up @@ -35,7 +35,7 @@ function EventCard(props) {
<a
className="details_link"
href={props.details}
download={true}
download={`${props.title}.pdf`}
target="_blank"
>
{props.text2}{" "}
Expand Down

0 comments on commit ac7fc63

Please sign in to comment.