Skip to content

Commit a947d4d

Browse files
authored
feat: remove tags from schedule (#687)
1 parent 4a951f7 commit a947d4d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • pwa/app/(con)/[locale]/con/[edition]/schedule/components

pwa/app/(con)/[locale]/con/[edition]/schedule/components/SlotItem.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ export default function SlotItem({ conference, id }: SlotItemProps) {
2929
>
3030
{speakers.length ? <Avatar id={id} speakers={speakers} /> : null}
3131
<div className="flex flex-col flex-1 pr-2">
32-
<div className="flex flex-row gap-1">
33-
{tag
34-
? tag.split(",").map((t) => <TagLabel key={t} small tag={t} />)
35-
: null}
36-
</div>
3732
<Overline className="opacity-70 lg:hidden">
3833
<time dateTime={`${date}T${start}`}>
3934
{getConferenceTimes(date, start, end)}

0 commit comments

Comments
 (0)