Skip to content

Commit

Permalink
Merge pull request #87 from altafsyah/main
Browse files Browse the repository at this point in the history
style: add underline on 'Read License' link in challenge page
  • Loading branch information
nauvalazhar committed Jul 17, 2024
2 parents a2d3692 + f06cd14 commit f8306a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/challenge/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ async function Page({ params: { slug } }: Params) {
href="https://creativecommons.org/licenses/by/4.0/"
target="_blank"
rel="noreferrer"
className='underline font-medium'
>
Read The License
</a>
Expand Down

0 comments on commit f8306a8

Please sign in to comment.