Skip to content

Commit

Permalink
Merge pull request #133 from grundeinkommensbuero/joyponader-patch-6
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
joyponader committed May 17, 2024
2 parents dc9e36c + 8454964 commit 317e37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/SocialMedia/Follow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Follow = ({ className }: { className: string }) => (
<div className={className + ' flex justify-center'}>
<SocialMediaButton
icon="Instagram"
link="https://www.instagram.com/expedition.grundeinkommen/"
link="https://www.instagram.com/hamburg.testet.grundeinkommen/"
label="Folge auf Instagram"
/>
<SocialMediaButton
Expand Down Expand Up @@ -35,7 +35,7 @@ export const FollowHamburg = ({ className }: { className: string }) => (
/>
<SocialMediaButton
icon="InstagramHamburg"
link="https://www.instagram.com/expedition.grundeinkommen/"
link="https://www.instagram.com/hamburg.testet.grundeinkommen/"
label="Folge auf Instagram"
/>
<SocialMediaButton
Expand Down

0 comments on commit 317e37b

Please sign in to comment.