Skip to content

Commit

Permalink
Merge pull request #111 from leapfrogtechnology/RikLakhe-patch-1
Browse files Browse the repository at this point in the history
Update index.js making leaderboard button visible
  • Loading branch information
RikLakhe authored Oct 4, 2024
2 parents e2e9db3 + 6fcc73c commit 6f33fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const Home = () => {
<a className='text-black' href="https://frog.ly/frogtoberfest-2024" target='_blank' rel="noopener noreferrer">
<button className='btn btn-primary'>Participate</button>
</a>
<a hidden className='text-white' href="https://frogtoberfest-leaderboard.lftechnology.com/" target='_blank' rel="noopener noreferrer">
<a className='text-white' href="https://frogtoberfest-leaderboard.lftechnology.com/" target='_blank' rel="noopener noreferrer">
<button className='btn btn-link text-black'>Leaderboard</button>
</a>
</div>
Expand Down

0 comments on commit 6f33fd6

Please sign in to comment.