Skip to content

Commit

Permalink
chore: replace hiww logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Jun 13, 2024
1 parent 0234623 commit 5a8d60c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 17 deletions.
23 changes: 23 additions & 0 deletions src/assets/at_stake_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions src/assets/hiww_logo.svg

This file was deleted.

8 changes: 4 additions & 4 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import TolocarLogoSvg from "@assets/tolocar_logo.svg?react";
import GizLogoSvgEN from "@assets/giz_logo_en.svg?react";
import GizLogoSvgUA from "@assets/giz_logo_ua.svg?react";
import GizZusammenarbeitSvg from "@assets/giz_zusammenarbeit.svg?react";
import HiwwLogoSvg from "@assets/hiww_logo.svg?react";
import AtStakeLogoSvg from "@assets/at_stake_logo.svg?react";
import InstagramIcon from "@assets/instagram.svg?react";
import FacebookIcon from "@assets/facebook.svg?react";
import type { IMenuItem } from "@interfaces/IMenu";
Expand Down Expand Up @@ -74,10 +74,10 @@ const Footer: React.FC<Props> = ({ className, menu, locale }: Props) => {
{locale === "ua" ? <GizLogoSvgUA className={'h-full w-full'} /> : <GizLogoSvgEN className={'h-full w-full'} />}
</a>
<a
className={'-mt-60 sm:mt-0 h-full flex-shrink'}
href="https://www.hiww.de"
className={'h-full flex-shrink'}
href="https://www.at-stake.org/"
target="_blank">
<HiwwLogoSvg className={'h-full w-full'}/>
<AtStakeLogoSvg className={'h-full w-full px-2'}/>
</a>
</div>
</div>
Expand Down

0 comments on commit 5a8d60c

Please sign in to comment.