From 0740042d4e562a2deb2596277209075046fcf02d Mon Sep 17 00:00:00 2001 From: Hung Viet Nguyen Date: Mon, 30 May 2022 01:32:09 +0700 Subject: [PATCH] feat: Add want logo copy --- website/src/components/Sponsors/index.tsx | 10 ++++++++++ website/src/components/Sponsors/styles.module.css | 7 +++++++ 2 files changed, 17 insertions(+) diff --git a/website/src/components/Sponsors/index.tsx b/website/src/components/Sponsors/index.tsx index 4a1f431c..40285d0e 100644 --- a/website/src/components/Sponsors/index.tsx +++ b/website/src/components/Sponsors/index.tsx @@ -34,6 +34,16 @@ export default function Sponsors() { /> +
+ Want your logo here? Learn more at{' '} + + Sponsors + +
); } diff --git a/website/src/components/Sponsors/styles.module.css b/website/src/components/Sponsors/styles.module.css index fecf00d2..3eefa961 100644 --- a/website/src/components/Sponsors/styles.module.css +++ b/website/src/components/Sponsors/styles.module.css @@ -27,3 +27,10 @@ .bronzeSponsor { text-align: center; } + +.wantLogo { + font-size: 1rem; + text-align: center; + padding: 16px 16px 20px; + font-style: italic; +}