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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ function ExtraSlotItem({ conference }: { conference: ExtraConference }) {
conference.type === "upcoming" && "bg-grey opacity-40"
)}
>
<span className="h6">{title}</span>
<div
className="h6"
dangerouslySetInnerHTML={{
__html: title,
}}
/>
</div>
);
}
Expand Down Expand Up @@ -83,7 +88,6 @@ export default function ScheduleDay({
conferences,
tracks,
}: ScheduleDayProps) {
console.log(tracks);
const { locale } = useContext(LanguageContext);
const times = conferences.reduce((acc, conference) => {
if (!acc.includes(conference.start)) acc.push(conference.start);
Expand Down
4 changes: 2 additions & 2 deletions pwa/data/con/2025/extraConferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const extra = [
},
{
title: {
en: "Lunch break",
fr: "Pause déjeuner",
en: "Lunch break<p class='text-blue-black' style='text-transform: none'>20' Demo at Ibexa's booth: <span style='font-weight: 600'>Enhance your API for integrator with API Platform</span></p>",
fr: "Pause déjeuner<p class='text-blue-black' style='text-transform: none'>Démo de 20' au stand d'Ibexa : <span style='font-weight: 600'>Enhance your API for integrator with API Platform</span></p>",
},
date: "2025-09-18",
start: "12:00",
Expand Down
7 changes: 7 additions & 0 deletions pwa/data/con/2025/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ const partners: Partner[] = [
link: "https://www.akawaka.fr/",
rank: 2,
},
{
name: "Fairness",
logo: "fairness",
link: "https://fairness.coop/",
rank: 2,
highlight: true,
},
{
name: "Perfect Core",
logo: "perfect-core",
Expand Down
2 changes: 1 addition & 1 deletion pwa/data/con/2025/speakers/en/helvira-goma.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ twitter: https://x.com/helvira_g
github: https://github.com/HelviraG
---

## About d'Helvira
## About Helvira

Chameleon-like, Helvira Goma lived multiple lives - from quality engineer to office manager - until she found her true calling: programming.

Expand Down
Binary file added pwa/public/images/con/2025/partners/fairness.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading