From 3a6ff285ef4f9f335346cddb6369c3a7f89743c4 Mon Sep 17 00:00:00 2001 From: Tomasz Rybarczyk Date: Thu, 21 Dec 2023 16:23:48 +0100 Subject: [PATCH] Change the icon for the Terms and Conditions --- src/Component/Footer.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }