Skip to content

Commit

Permalink
Made 'Back to module' button prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
manangouhari committed Mar 16, 2021
1 parent f07d020 commit 6e3dcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function LessonsOverview({ data: { mdx: module } }) {
<header className={`px-30 pt-6 text-white`}>
<Link
to="/tezos/academy"
className={`inline-flex items-center text-lg text-base-50 hover:no-underline`}
className={`inline-flex items-center text-white border border-base-600 hover:no-underline bg-base-800 rounded px-3 py-3`}
>
<ChevronLeftIcon className={`h-6 w-6 mr-3`} />
Back to Modules
Expand Down

0 comments on commit 6e3dcc0

Please sign in to comment.