diff --git a/components/sponsor-banner/index.js b/components/sponsor-banner/index.js index eb15c8def..7043a9cca 100644 --- a/components/sponsor-banner/index.js +++ b/components/sponsor-banner/index.js @@ -1,13 +1,18 @@ import React from 'react'; -import { BannerWrap, CloseSponsor, EmojiWrap } from './style'; +import { BannerWrap, CloseSponsor, EmojiWrap, SponsorLogo } from './style'; export function SponsorBanner({ onCloseBanner = () => null }){ return (
- + + Sponsored by DigitalOcean - 😍 + Check them out! + + + + + + + + + + + + + + + + + + + + diff --git a/public/sponsors/heart-eyes.svg b/public/sponsors/heart-eyes.svg new file mode 100644 index 000000000..7eb5c5913 --- /dev/null +++ b/public/sponsors/heart-eyes.svg @@ -0,0 +1 @@ + \ No newline at end of file