Skip to content

Commit

Permalink
[website] Fix apache pulsar events calendar (apache#3099)
Browse files Browse the repository at this point in the history
*Motivation*

Fix apache pulsar events calendar link
  • Loading branch information
sijie authored and merlimat committed Nov 30, 2018
1 parent 015e2e5 commit 62ecf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/website/pages/en/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -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?showTitle=0&showPrint=0&showCalendars=0&mode=AGENDA&height=300&wkst=1&hl=en&bgcolor=%23FFFFFF&src=22kknj432ap5io49lvsjaac71o%40group.calendar.google.com&color=%232952A3&ctz=America%2FLos_Angeles";
const iframeSrc = "https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=apache.pulsar.slack%40gmail.com&color=%23875509";

class Events extends React.Component {
render() {
Expand Down

0 comments on commit 62ecf4d

Please sign in to comment.