Skip to content

Commit

Permalink
fix: get started section button classes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Jul 6, 2022
1 parent c0a23ca commit 4278ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/software/GetStartedSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function GetStartedSection({get_started_url, commit_history}:
if (get_started_url) {
return (
<a href={get_started_url ?? ''} target="_blank" rel="noreferrer">
<div className="bg-primary hover:bg-grey-500 text-white font-medium text-2xl py-4 px-6">
<div className="bg-primary text-primary-content font-medium text-2xl py-4 px-6">
Get started
<LinkIcon sx={{marginLeft:'1rem', height:'2rem'}} />
</div>
Expand Down

0 comments on commit 4278ca5

Please sign in to comment.