remove status page link from snapify footer
This commit is contained in:
parent
1647d91fc5
commit
3d7fb0f449
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue