diff --git a/src/Component/Footer.purs b/src/Component/Footer.purs index 7219d272..a476175e 100644 --- a/src/Component/Footer.purs +++ b/src/Component/Footer.purs @@ -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" ] }