Skip to content

Commit

Permalink
added program guide (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: tanu <[email protected]>
  • Loading branch information
priyanshu-247 and tanu authored Sep 30, 2023
1 parent ebd8e93 commit c297a72
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions components/HeroBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ const HeroBanner = () => {
<div className="row register-btn justify-content-center">
<div className="col-md-6 col-8 pt-3">
<Button
buttonHyperLink="/schedule/"
buttonHyperLink="https://drive.google.com/file/d/1tJhU8aUzafwE1t21ZlZj8gWuqJtR9Bke/view?usp=share_link"
openInNewTab={false}
anchorClassName="text-decoration-none text-light"
buttonClassName="custom-button green-btn"
buttonLabel="View Schedule"
icon={
<IconComponent
className="ms-2"
name="arrowRight"
padding={0}
size={20}
/>
}
buttonLabel="Download Program Guide"
// icon={
// <IconComponent
// className="ms-2"
// name="arrowRight"
// padding={0}
// size={20}
// />
// }
/>
</div>
<div className="col-md-6 col-8 pt-3">
Expand Down

0 comments on commit c297a72

Please sign in to comment.