You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/12/06 18:50:23 UTC

[pulsar] branch master updated: Fix calendar link (#3120)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new e8fac57  Fix calendar link (#3120)
e8fac57 is described below

commit e8fac570126f8e4afa2abb97993b62e7a0817872
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Thu Dec 6 10:50:18 2018 -0800

    Fix calendar link (#3120)
---
 site2/website/pages/en/events.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website/pages/en/events.js b/site2/website/pages/en/events.js
index baafe24..d2ec4f6 100644
--- a/site2/website/pages/en/events.js
+++ b/site2/website/pages/en/events.js
@@ -12,7 +12,7 @@ const translate = require('../../server/translate.js').translate;
 
 const siteConfig = require(`${CWD}/siteConfig.js`);
 
-const iframeSrc = "https://calendar.google.com/calendar/embed?height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=apache.pulsar.slack%40gmail.com&amp;color=%23875509";
+const iframeSrc = "https://calendar.google.com/calendar/embed?src=apache.pulsar.slack%40gmail.com";
 
 class Events extends React.Component {
   render() {