Skip to content

Commit

Permalink
Logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Jul 10, 2024
1 parent 19d6625 commit 0626d60
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 101 deletions.
4 changes: 1 addition & 3 deletions src/components/Footer/footer-columns.tsx
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -75,7 +74,6 @@ export const FooterColumns = () => {
<FooterColumnsWrapper>
<FooterSectionWrapperLogos>
<VocdoniLogo />
<PoweredByAragon height="93px" width="130px" />
</FooterSectionWrapperLogos>
{footerColumns.map((s, i) => (
<FooterSection key={i} title={s.title} links={s.links} />
Expand Down
29 changes: 0 additions & 29 deletions static/img/powered-by-aragon.svg

This file was deleted.

Loading

0 comments on commit 0626d60

Please sign in to comment.