From c9e813effe078117363e2bf39e11b496e711ee1f Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Wed, 1 Sep 2021 11:53:59 +0200 Subject: [PATCH] Added Vercel as sponsor --- docs/components/Page/Layout.tsx | 3 +++ docs/components/Page/Sponsors.tsx | 24 +++++++++++++++++++ docs/locale/en.ts | 3 +++ .../assets/sponsors/powered-by-vercel.svg | 6 +++++ 4 files changed, 36 insertions(+) create mode 100644 docs/components/Page/Sponsors.tsx create mode 100644 docs/public/assets/sponsors/powered-by-vercel.svg diff --git a/docs/components/Page/Layout.tsx b/docs/components/Page/Layout.tsx index ef46a1dc..2809fd8f 100644 --- a/docs/components/Page/Layout.tsx +++ b/docs/components/Page/Layout.tsx @@ -1,6 +1,7 @@ import * as React from 'react'; import { Navigation } from '../Navigation'; import { Footer } from './Footer'; +import { Sponsors } from './Sponsors'; export interface ILayoutProps {} @@ -15,6 +16,8 @@ export const Layout: React.FunctionComponent = (props: React.Props {props.children} + +