Skip to content

Commit

Permalink
Marketingpage: remove twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Jan 23, 2025
1 parent 5aa1837 commit 339d174
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/app/(marketing)/_components/MarketingPageLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Image from "next/image"
import FMCIcon from "./assets/fmc-icon.svg"
import LinkedInIcon from "./assets/linkedin-logo.svg"
import RSVIcon from "./assets/rsv-icon.svg"
import TwitterIcon from "./assets/twitter-icon.svg"

export const MarketingPageLinks = () => {
const onlineList = [
Expand All @@ -19,11 +18,6 @@ export const MarketingPageLinks = () => {
href: "https://www.fixmycity.de/",
logo: FMCIcon,
},
{
title: "Auf Twitter",
href: "https://twitter.com/FixMyBerlin",
logo: TwitterIcon,
},
{
title: "Auf LinkedIn",
href: "https://www.linkedin.com/company/fixmycity/",
Expand Down
1 change: 0 additions & 1 deletion src/app/(marketing)/_components/assets/twitter-icon.svg

This file was deleted.

0 comments on commit 339d174

Please sign in to comment.