Skip to content

Commit

Permalink
fix logo positioning in desktop footer
Browse files Browse the repository at this point in the history
  • Loading branch information
behindadyingstar committed Dec 5, 2024
1 parent 3a39554 commit 1935242
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/website/components/desktop-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ const navLinks = [
const DesktopFooter = () => {
return (
<footer
className="hidden py-6 bg-white border-t border-gray-200 shadow-lg md:block"
className="hidden py-6 bg-white border-gray-200 shadow-lg md:block"
data-testid="footer"
>
<div className="flex items-center max-w-screen-xl px-4 mx-auto justify-evenly">
<div
className="flex justify-center px-3 mt-6"
data-testid="footer-logo"
>
<div className="flex px-3" data-testid="footer-logo">
<Image
src="/fao-web-assets-logo-horizontal-gray.svg"
alt="Anna und Otto - Das Familiencafe Logo"
Expand Down

0 comments on commit 1935242

Please sign in to comment.