Skip to content
Snippets Groups Projects

applying feedback

7 files
+ 172
58
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -16,9 +16,9 @@ import Event from './Event';
@@ -16,9 +16,9 @@ import Event from './Event';
const StaticFeaturedEvent: FC = () => (
const StaticFeaturedEvent: FC = () => (
<Event
<Event
type="featured"
type="featured"
title={<img alt="Open Community Experience" src="/events/images/ocx-logo.svg?v=2026" />}
title={<img alt="Open Community Experience" src="/events/images/ocx-logo.svg?v=2026" className='margin-bottom-10' />}
date="Feb 12-15, TBD"
date="21-23 April 2026"
location="TBD"
location="Brussels, Belgium"
description={
description={
"Open Community Experience (OCX) is the Eclipse Foundation's flagship annual open source conference.\n\n OCX is an inclusive event for the global open source community to come together to learn, share, and network."
"Open Community Experience (OCX) is the Eclipse Foundation's flagship annual open source conference.\n\n OCX is an inclusive event for the global open source community to come together to learn, share, and network."
}
}
Loading