Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions content/events/gitopscon-na-2025.mdx

This file was deleted.

8 changes: 4 additions & 4 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const Header = ({ color, hasBanner }) => {
{hasBanner && (
<div className="pb-4">
<Banner
emoji={"🖥️"}
description={"Join us at GitOpsCon Europe 2025 VIRTUAL (May 28, 2025)"}
shortDescription={"Register Here!"}
announcementLink={"https://community.cncf.io/events/details/cncf-virtual-project-events-hosted-by-cncf-presents-gitopscon-europe-2025-virtual/"}
emoji={"️"}
description={"Join us in Atlanta for ArgoCon and FluxCon colocated with KubeCon! (Nov 10, 2025)"}
shortDescription={"Colocated Events Registration"}
announcementLink={"https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/co-located-events/about-co-located-events/"}
/>
</div>
)}
Expand Down