Skip to content

Commit

Permalink
feat(docs): added Turborepo + Vercel CTA in footer (#1037)
Browse files Browse the repository at this point in the history
## Summary

This PR adds a new link to the documentation footer that redirects to the Turborepo contact page on Vercel.

## Linked Issue

Closes vercel/site-team#108

Co-authored-by: Jared Palmer <4060187+jaredpalmer@users.noreply.github.com>
  • Loading branch information
emeraldsanto and jaredpalmer authored Apr 11, 2022
1 parent 512a032 commit c7393e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
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 @@ -55,6 +54,10 @@ 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 c7393e5

@vercel
Copy link

@vercel vercel bot commented on c7393e5 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.