Skip to content

Commit 65c3ead

Browse files
Merge pull request #116 from armada-ths/august/feat/partner
added partner logo
2 parents c2fdce0 + aa11ea5 commit 65c3ead

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

public/sture-logo-up.png

81.1 KB
Loading

src/components/shared/Footer.tsx

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { InstagramIcon, LinkedinIcon, Music2Icon } from "lucide-react"
2+
import Image from "next/image"
23

34
export function Footer() {
45
return (
@@ -51,15 +52,15 @@ export function Footer() {
5152
</div>
5253

5354
<div className="m-5 mb-3 mt-7 w-1/4 place-items-center text-center md:place-items-start md:text-left">
54-
<p>
55-
<b>ARMADA</b>
56-
</p>
57-
<p>
58-
<i>Drottning Kristinas väg 15</i>
59-
</p>
60-
<p>
61-
<i>114 28, Stockholm</i>
55+
<p className="pb-4">
56+
<b>In Partnership With:</b>
6257
</p>
58+
<Image
59+
src={"/sture-logo-up.png"}
60+
alt={"Sture Logo"}
61+
width={60}
62+
height={120}
63+
/>
6364
</div>
6465
</div>
6566
)

0 commit comments

Comments
 (0)