From b2633ef3f4833d6ce8ac25bcbe324f2480901ac2 Mon Sep 17 00:00:00 2001 From: Thiago Rossener Date: Wed, 21 Jun 2023 12:08:44 -0300 Subject: [PATCH 1/2] Added link to community calendar subscription --- 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 bf3a7ab04fd46..0d9b6b9a76ffc 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 + + + } /> \ No newline at end of file From 8981894e56836273c89e9092418c7e7546bbc977 Mon Sep 17 00:00:00 2001 From: Thiago Rossener Date: Wed, 21 Jun 2023 12:18:17 -0300 Subject: [PATCH 2/2] Fixed SVG file --- docs/static/img/calendar-icon.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/img/calendar-icon.svg b/docs/static/img/calendar-icon.svg index fc6a55690b017..0116e4690f47a 100644 --- a/docs/static/img/calendar-icon.svg +++ b/docs/static/img/calendar-icon.svg @@ -1 +1 @@ - \ No newline at end of file +