This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 58026003b16 Update the event banner for Pulsar Summit Europe (#402)
58026003b16 is described below
commit 58026003b1628a2d36779886b152094f3da91680
Author: Sherlock Xu <[email protected]>
AuthorDate: Mon Feb 6 18:06:31 2023 +0800
Update the event banner for Pulsar Summit Europe (#402)
---
docusaurus.config.js | 2 +-
src/pages/events.js | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index f4e46ad0227..00a08293cfc 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -140,7 +140,7 @@ module.exports = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
announcementBar: {
id: "summit",
- content: `🚀 Check out <a target="_blank"
href="https://www.youtube.com/playlist?list=PLqRma1oIkcWgeNb3kgzqFyg5sywH8S4yy">all
the sessions</a> in Pulsar Summit Asia 2022 on YouTube!`,
+ content: `🚀 Pulsar Virtual Summit Europe 2023 will take place on
Tuesday, May 23rd, 2023! <a target="_blank"
href="https://sessionize.com/pulsar-virtual-summit-europe-2023/">Submit your
session now</a>!`,
backgroundColor: "#198fff",
textColor: "#fff",
isCloseable: true,
diff --git a/src/pages/events.js b/src/pages/events.js
index 59b2a1a7f6b..696bda5c6e4 100644
--- a/src/pages/events.js
+++ b/src/pages/events.js
@@ -51,11 +51,11 @@ export default function Events() {
<div className="mt-12 md:mt-0 md:w-1/2">
<FeaturedEvent
hidden="false" // use true to hide and false to show the
featured event card
- title="Pulsar Summit Asia 2022"
- description="Pulsar Summit Asia 2022 was held on November
19th and 20th, 2022. All the sessions are available now!"
+ title="Pulsar Virtual Summit Europe 2023"
+ description="Pulsar Virtual Summit Europe 2023 will take
place on Tuesday, May 23rd, 2023! The CFP is now open!"
date=""
-
link="https://www.youtube.com/playlist?list=PLqRma1oIkcWgeNb3kgzqFyg5sywH8S4yy"
- linkText="Watch on YouTube"
+
link="https://sessionize.com/pulsar-virtual-summit-europe-2023/"
+ linkText="Submit your session"
/>
</div>
</div>