Skip to content

Commit

Permalink
fix: Button name fixed in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster17 committed Sep 9, 2024
1 parent 15be9e3 commit b428734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const HeroArea = () => {
<a href={CODING_PLAYGROUND_ROUTE}>Start with Playground</a>
</Button>
<Button className='border-2 border-brand-orange text-white m-3 hover:bg-brand-orange hover:text-black text-lg'>
<a href={PROBLEM_SET_ROUTE}>Try Battleground</a>
<a href={PROBLEM_SET_ROUTE}>Dive into Arena</a>
</Button>
</div>
<GridPatternSquares />
Expand Down

0 comments on commit b428734

Please sign in to comment.