Skip to content

Commit

Permalink
Revert "feat(docs): added Turborepo + Vercel CTA in footer (#1037)"
Browse files Browse the repository at this point in the history
This reverts commit c7393e5.
  • Loading branch information
jaredpalmer committed Apr 11, 2022
1 parent c7393e5 commit 37b6fbf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { useRouter } from "next/router";
import Link from "next/link";
import { useState } from "react";
import Cookies from "js-cookie";
const Vercel = ({ height = 20 }) => (
<svg height={height} viewBox="0 0 283 64" fill="none">
<path
Expand Down Expand Up @@ -54,10 +55,6 @@ const navigation = {
},
],
company: [
{
name: "Try Turborepo + Vercel",
href: "https://vercel.com/contact/turborepo?utm_source=turborepo.org&utm_medium=referral&utm_campaign=footer-try-link",
},
{
name: "Open Source Software",
href: "https://vercel.com/oss?utm_source=turborepo.org&utm_medium=referral&utm_campaign=footer-ossLink",
Expand Down

1 comment on commit 37b6fbf

@vercel
Copy link

@vercel vercel bot commented on 37b6fbf Apr 11, 2022

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.