diff --git a/microsite/data/on-demand/hero.yaml b/microsite/data/on-demand/20220323.yaml
similarity index 100%
rename from microsite/data/on-demand/hero.yaml
rename to microsite/data/on-demand/20220323.yaml
diff --git a/microsite/pages/en/community.js b/microsite/pages/en/community.js
index 1c3ba85bba..53f18f196e 100644
--- a/microsite/pages/en/community.js
+++ b/microsite/pages/en/community.js
@@ -120,7 +120,7 @@ const Background = props => {
their efforts! We'll put them in the spotlight ❤️.
-
+
Nominate now
@@ -148,7 +148,7 @@ const Background = props => {
-
+
{
+ const { config: siteConfig } = props;
+ const { baseUrl } = siteConfig;
+ return (
+
+
+
+
+
+ Contributor Spotlight nomination
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+};
+
+module.exports = Background;