Skip to content

Commit

Permalink
update download link (#247)
Browse files Browse the repository at this point in the history
* update download link

* update on home page link
  • Loading branch information
bhansa authored Sep 29, 2023
1 parent 7416db6 commit 849a87d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/HeroBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const HeroBanner = () => {
</div>
<div className="col-md-6 col-8 pt-3">
<Button
buttonHyperLink="https://drive.google.com/file/d/1Mi7lV-aqGKUvfadjBd8FoiyoSe6LMPHA/view"
buttonHyperLink="https://drive.google.com/file/d/1Fb0UO-kDEzstHdNrPgmsl76TWwEhkDOC/view?usp=sharing"
openInNewTab={true}
anchorClassName="text-decoration-none text-light"
buttonClassName="custom-button green-btn"
Expand Down
2 changes: 1 addition & 1 deletion components/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const ConferenceSchedule = () => {
</div>
<div className="col py-2">
<Button
buttonHyperLink="https://drive.google.com/file/d/1Mi7lV-aqGKUvfadjBd8FoiyoSe6LMPHA/view"
buttonHyperLink="https://drive.google.com/file/d/1Fb0UO-kDEzstHdNrPgmsl76TWwEhkDOC/view?usp=sharing"
openInNewTab={true}
anchorClassName="text-decoration-none text-light"
buttonClassName="custom-button green-btn"
Expand Down
2 changes: 1 addition & 1 deletion pages/pycon-landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function PyConIndiaWeb() {
</div>
<div className="col-md-6 register-btn col-sm-12 pt-2">
<Button
buttonHyperLink="https://drive.google.com/file/d/1Mi7lV-aqGKUvfadjBd8FoiyoSe6LMPHA/view"
buttonHyperLink="https://drive.google.com/file/d/1Fb0UO-kDEzstHdNrPgmsl76TWwEhkDOC/view?usp=sharing"
openInNewTab={true}
anchorClassName="text-decoration-none text-light"
buttonClassName="custom-button green-btn"
Expand Down

0 comments on commit 849a87d

Please sign in to comment.