Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
shifted 'apply for badge' to eventbadging page only
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxada committed Nov 21, 2023
1 parent 7ddbcdc commit 5ad1663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ const Header = ({ pathName }) => {
);
})}
</ul>
<button className="apply">
<a href="https://chaoss.community/diversity-and-inclusion-badging/">
Apply for a Badge
</a>
</button>
</section>
</nav>
</>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/EventBadging/EventBadging.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ const EventBadging = () => {
</button>

<button className="button apply" type="button">
<Link className="link" to="/apply">
<a href="https://chaoss.community/diversity-and-inclusion-badging/">
Apply for a Badge
</Link>
</a>
</button>
</div>
</div>
Expand Down

0 comments on commit 5ad1663

Please sign in to comment.