Skip to content

Commit

Permalink
remove status page link from snapify footer
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP committed Jul 9, 2023
1 parent 1647d91 commit 3d7fb0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default function Footer() {
{[
{ name: "Privacy Policy", link: "/legal/privacy-policy" },
{ name: "Terms and Conditions", link: "/legal/terms" },
{ name: "Status", link: "https://status.snapify.it" },
{ name: "Impressum", link: "/legal/impressum" },
].map(({ name, link }) => (
<Link
Expand Down

1 comment on commit 3d7fb0f

@vercel
Copy link

@vercel vercel bot commented on 3d7fb0f Jul 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.