Skip to content

Commit 6c4f931

Browse files
committed
Hide [Add to calendar] for now
1 parent 511832f commit 6c4f931

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app/conf/2025/speakers/[id]/long-session-card.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,10 @@ export function LongSessionCard({
149149
<span className="typography-body-xs">{session.venue}</span>
150150
</div>
151151
</div>
152-
{/* TODO: Actually add to calendar. Ensure we show this only on this year's events. */}
153-
<button className="relative z-[2] flex h-full flex-row items-center justify-center gap-0.5 p-4 text-neu-800 ring-inset ring-neu-400 hover:bg-sec-base/[.035] hover:ring-1 dark:ring-neu-100 lg:px-6">
152+
{/* <button className="relative z-[2] flex h-full flex-row items-center justify-center gap-0.5 p-4 text-neu-800 ring-inset ring-neu-400 hover:bg-sec-base/[.035] hover:ring-1 dark:ring-neu-100 lg:px-6">
154153
<PlusIcon className="size-4 shrink-0 text-sec-dark" />
155154
<span className="typography-body-xs">Add to calendar</span>
156-
</button>
155+
</button> */}
157156
</footer>
158157
)}
159158
</div>

0 commit comments

Comments
 (0)