Skip to content

Commit

Permalink
Updated button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
manjilasingh committed May 10, 2024
1 parent 16d30c6 commit 44a09f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ export default function HomepageFeatures() {
<a className="button button--info" href="/Contribute" style={{ textDecoration: 'none', marginRight: '20px' }}>
How to Contribute?
</a>
<a className="button button--info" href="https://github.com/CIROH-UA/ciroh-ua_website" style={{ textDecoration: 'none', marginRight: '20px' }}>
Repository
<a className="button button--info button--outline" href="https://github.com/CIROH-UA/ciroh-ua_website" style={{ textDecoration: 'none', marginRight: '20px' }}>
GitHub Repo
</a>

</div>
Expand Down

0 comments on commit 44a09f4

Please sign in to comment.