Skip to content

Commit

Permalink
Change the icon for the Terms and Conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
paluh committed Dec 21, 2023
1 parent cf75335 commit 3a6ff28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/Footer.purs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ footer = do
, href: "https://static.iohk.io/terms/iohktermsandconditions.pdf"
, target: "_blank"
, children:
[ DOM.i { className: "h5 bi-github" }
[ DOM.i { className: "h5 bi-file-earmark-text" }
, DOM.text " Terms and Conditions"
]
}
Expand Down

0 comments on commit 3a6ff28

Please sign in to comment.