Skip to content

Commit 3a42db2

Browse files
committed
Singapore schedule: drop top border on speaker cards
1 parent 9588c53 commit 3a42db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/day/2026/singapore/schedule-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function SpeakerCard({
181181
.join(", ")
182182

183183
return (
184-
<article className="group relative overflow-hidden border border-neu-200 bg-neu-0 @container dark:border-neu-100">
184+
<article className="group relative overflow-hidden border border-t-0 border-neu-200 bg-neu-0 @container dark:border-neu-100">
185185
<div className="flex h-full flex-col gap-4 p-4 @[420px]:flex-row md:gap-6 md:p-6">
186186
<div className="relative aspect-square h-full overflow-hidden @[420px]:w-[176px] @[420px]:shrink-0">
187187
<div className="absolute inset-0 z-[1] bg-sec-light mix-blend-multiply" />

0 commit comments

Comments
 (0)