Skip to content

Commit

Permalink
feat: header player highlight link changed
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvvanjara committed Jan 17, 2024
1 parent 2139af8 commit dcd46e5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/components/LandingPageHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ const LandingPageHeader: React.FC = () => {
<img alt="logo" src="/images/landingPageHeaderLogo.png" className={styles.gameInFrameLogo}></img>
</Link>
</div>
<div className={styles.headerButtonsSection}>
<Link to="/book-livestream" className={styles.link}>
BOOK LIVESTREAM
</Link>
<Link to="/book-player-highlights" className={styles.link}>
BOOK PLAYER HIGHLIGHTS
</Link>
<a className={styles.link} href="https://shop.gameinframe.com/">
SHOP
</a>
</div>
{/* <div>
<div className={styles.headerButtonsSection}>
<Link to="/book-livestream" className={styles.link}>
BOOK LIVESTREAM
</Link>
<a className={styles.link} href="https://gameinframe.mfs.gg/QwEb7Oh" >
BOOK PLAYER HIGHLIGHTS
</a>
<a className={styles.link} href="https://shop.gameinframe.com/">
SHOP
</a>
</div>
{/* <div>
<button className={styles.loginbtn}>Log In</button>
</div> */}
</div>
Expand Down

0 comments on commit dcd46e5

Please sign in to comment.