Skip to content

Commit

Permalink
fix: footer logos
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Oct 18, 2023
1 parent 2f4fa02 commit e324db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Footer: React.FC<Props> = ({ className, menu, locale }: Props) => {
className={'-mt-12 sm:mt-0 h-full flex-shrink'}
href="https://www.giz.de"
target="_blank">
{locale === "ua" ? <GizLogoSvgUA className={'h-full'} /> : <GizLogoSvgEN className={'h-full'} />}
{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'}
Expand Down

0 comments on commit e324db2

Please sign in to comment.