From d60040dbf7392dfbed3dc55c5a24bf605e3b86c9 Mon Sep 17 00:00:00 2001 From: Thiago Rossener Date: Wed, 21 Jun 2023 13:47:13 -0300 Subject: [PATCH] docs: Add CTA to community calendar subscription (#24474) --- docs/src/pages/community.tsx | 34 ++++++++++++++++++++++++++++++- docs/static/img/calendar-icon.svg | 1 + 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 docs/static/img/calendar-icon.svg diff --git a/docs/src/pages/community.tsx b/docs/src/pages/community.tsx index bf3a7ab04..0d9b6b9a7 100644 --- a/docs/src/pages/community.tsx +++ b/docs/src/pages/community.tsx @@ -159,6 +159,26 @@ const StyledNewsletterIframe = styled('iframe')` } `; +const StyledLink = styled('a')` + display: inline-flex; + align-items: center; + font-size: 20px; + font-weight: bold; + line-height: 1.4; + margin-top: 12px; + ${mq[1]} { + font-size: 18px; + } + img { + width: 24px; + height: 24px; + margin-right: 12px; + ${mq[1]} { + display: none; + } + } +`; + const Community = () => { return ( { + Join us for live demos, meetups, discussions, and more! +
+ + calendar-icon + Subscribe to the Superset Community Calendar + + + } />