Skip to content

Commit

Permalink
fix(top-100):fix-build-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Oct 2, 2023
1 parent ce0869d commit eafdf83
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/Pages/Top100Coders/TopCoders.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ export default function TopCoders() {
<div ref={navbar} className={styles.nav}>
<img className={styles.top100Logo} src={top100} alt="logo" />
<div className={styles.navLinks}>
<a href="">Home</a>
<a href="">Top 100</a>
<a href="">About</a>
<a href="/">Home</a>
<a href="/">Top 100</a>
<a href="/">About</a>
</div>
<img className={styles.gtechLogo} src={gtech} alt="" />
</div>
Expand All @@ -70,7 +70,7 @@ export default function TopCoders() {
<span className={styles.rect}></span>
<div className={styles.heroBar}>
<img src={heroBar} alt="" />
<a href='#'>Join the Top 100 Elite Squad</a>
<a href="/">Join the Top 100 Elite Squad</a>
</div>
</div>

Expand Down Expand Up @@ -204,11 +204,11 @@ export default function TopCoders() {
<div>
<p>Find us on</p>
<span className={styles.socials}>
<a href="#"> <BsDiscord /> </a>
<a href="#"> <BsInstagram /> </a>
<a href="#"> <BsTwitter /> </a>
<a href="#"> <AiOutlineYoutube /> </a>
<a href="#"> <BiLogoFacebook /> </a>
<a href="/"> <BsDiscord /> </a>
<a href="/"> <BsInstagram /> </a>
<a href="/"> <BsTwitter /> </a>
<a href="/"> <AiOutlineYoutube /> </a>
<a href="/"> <BiLogoFacebook /> </a>
</span>
</div>

Expand Down

0 comments on commit eafdf83

Please sign in to comment.