diff --git a/app/components/ErrorPage.tsx b/app/components/ErrorPage.tsx index faf76c3..3d366df 100644 --- a/app/components/ErrorPage.tsx +++ b/app/components/ErrorPage.tsx @@ -60,12 +60,6 @@ export default function ErrorPage({ className="inline-block border-l border-slate-300" aria-hidden="true" /> - - Twitter - diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index 016e379..57c905e 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -10,10 +10,6 @@ export default function Footer() { { name: "Licence", href: "/licence" }, ]; const social: Array<{ name: SocialPlatform; href: string }> = [ - { - name: "twitter", - href: "https://twitter.com/fantome_ly", - }, { name: "github", href: "https://github.com/AntonioVdlC/analytics-service", @@ -22,7 +18,7 @@ export default function Footer() { return (