We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee7776f + 7deed05 commit 4448cb7Copy full SHA for 4448cb7
src/components/header.js
@@ -23,10 +23,10 @@ const Header = ({ color, hasBanner }) => {
23
{hasBanner && (
24
<div className="pb-4">
25
<Banner
26
- emoji={"🎉"}
27
- description={"Join us at KubeCon + ArgoCon EU London (April 1-4, 2025)"}
+ emoji={"🖥️"}
+ description={"Join us at GitOpsCon Europe 2025 VIRTUAL (May 28, 2025)"}
28
shortDescription={"Register Here!"}
29
- announcementLink={"https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/co-located-events/argocon/"}
+ announcementLink={"https://community.cncf.io/events/details/cncf-virtual-project-events-hosted-by-cncf-presents-gitopscon-europe-2025-virtual/"}
30
/>
31
</div>
32
)}
0 commit comments