From 0626d606330e6b63b82dabfcb328a547a68d6faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=92scar=20Casajuana?= Date: Wed, 10 Jul 2024 12:31:58 +0200 Subject: [PATCH] Logo update --- src/components/Footer/footer-columns.tsx | 4 +- static/img/powered-by-aragon.svg | 29 ---------- static/img/powered-by-aragon_old.svg | 69 ------------------------ 3 files changed, 1 insertion(+), 101 deletions(-) delete mode 100644 static/img/powered-by-aragon.svg delete mode 100644 static/img/powered-by-aragon_old.svg diff --git a/src/components/Footer/footer-columns.tsx b/src/components/Footer/footer-columns.tsx index a152542c4..c7ceae2b5 100644 --- a/src/components/Footer/footer-columns.tsx +++ b/src/components/Footer/footer-columns.tsx @@ -1,7 +1,6 @@ +import VocdoniLogo from '@site/static/img/footer-build-change.svg'; import React from "react"; import styled from 'styled-components'; -import VocdoniLogo from '@site/static/img/footer-build-change.svg' -import PoweredByAragon from '@site/static/img/powered-by-aragon.svg' interface ISections { title: string @@ -75,7 +74,6 @@ export const FooterColumns = () => { - {footerColumns.map((s, i) => ( diff --git a/static/img/powered-by-aragon.svg b/static/img/powered-by-aragon.svg deleted file mode 100644 index 31b38178d..000000000 --- a/static/img/powered-by-aragon.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/powered-by-aragon_old.svg b/static/img/powered-by-aragon_old.svg deleted file mode 100644 index b9743af21..000000000 --- a/static/img/powered-by-aragon_old.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file