From 1c1b0062518ac7ae9c511c3bae2effc51785d58c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:36:44 +0000 Subject: [PATCH 1/4] [ci skip] deploy from bff93c41 Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- deploy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/values.yaml b/deploy/values.yaml index 73f7606e..733fb91a 100644 --- a/deploy/values.yaml +++ b/deploy/values.yaml @@ -3,5 +3,5 @@ networks: - preprod - preview images: - stagingTag: "e821ac32" + stagingTag: "bff93c41" productionTag: "7b019a74" From 950fa98152c8de632df22b9dff53190891532ae9 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:37:19 +0000 Subject: [PATCH 2/4] [ci skip] deploy from bff93c41 Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- deploy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/values.yaml b/deploy/values.yaml index 733fb91a..ef6ce6a6 100644 --- a/deploy/values.yaml +++ b/deploy/values.yaml @@ -4,4 +4,4 @@ networks: - preview images: stagingTag: "bff93c41" - productionTag: "7b019a74" + productionTag: "bff93c41" From cf75335cda3f4c93bf19433a1d07d96d1afc9ddc Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:26:40 +0000 Subject: [PATCH 3/4] [ci skip] deploy from 70c2a4bf Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- deploy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/values.yaml b/deploy/values.yaml index ef6ce6a6..0da5444b 100644 --- a/deploy/values.yaml +++ b/deploy/values.yaml @@ -4,4 +4,4 @@ networks: - preview images: stagingTag: "bff93c41" - productionTag: "bff93c41" + productionTag: "70c2a4bf" From 3a6ff285ef4f9f335346cddb6369c3a7f89743c4 Mon Sep 17 00:00:00 2001 From: Tomasz Rybarczyk Date: Thu, 21 Dec 2023 16:23:48 +0100 Subject: [PATCH 4/4] 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" ] }