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.
1 parent 6a4b386 commit fb6af9eCopy full SHA for fb6af9e
src/app/conf/2025/components/speaker-tags.tsx
@@ -5,7 +5,7 @@ import { Tag } from "@/app/conf/_design-system/tag"
5
import ReloadIcon from "@/app/conf/_design-system/pixelarticons/reload.svg?svgr"
6
import PlayIcon from "@/app/conf/_design-system/pixelarticons/play.svg?svgr"
7
8
-import { returningSpeakers, speakerSessions } from "../_data"
+import { speakerSessions } from "../_data"
9
import { eventsColors } from "../utils"
10
11
export function SpeakerTags({
@@ -31,7 +31,7 @@ export function SpeakerTags({
31
)}
32
33
<Tag color="hsl(var(--color-neu-500))">
34
- {returningSpeakers.has(speaker.username) ? (
+ {speaker._years.length > 1 ? (
35
<>
36
<ReloadIcon className="-mx-0.5 size-3" />
37
returning speaker
0 commit comments