Skip to content

Commit

Permalink
added partner logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustPaulsrud committed Nov 17, 2024
1 parent c1dbaed commit e9aa235
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Binary file added public/sture-logo-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions src/components/shared/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { InstagramIcon, LinkedinIcon, Music2Icon } from "lucide-react"
import Image from "next/image"

export function Footer() {
return (
Expand Down Expand Up @@ -52,14 +53,14 @@ export function Footer() {

<div className="m-5 mb-3 mt-7 w-1/4 place-items-center text-center md:place-items-start md:text-left">
<p>
<b>ARMADA</b>
</p>
<p>
<i>Drottning Kristinas väg 15</i>
</p>
<p>
<i>114 28, Stockholm</i>
<b>In Partnership With:</b>
</p>
<Image
src={"/sture-logo-up.png"}
alt={"Sture Logo"}
width={100}
height={200}
/>
</div>
</div>
)
Expand Down

0 comments on commit e9aa235

Please sign in to comment.