File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/app/conf/2025/speakers/[id] Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,10 @@ export function LongSessionCard({
149
149
< span className = "typography-body-xs" > { session . venue } </ span >
150
150
</ div >
151
151
</ 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">
154
153
<PlusIcon className="size-4 shrink-0 text-sec-dark" />
155
154
<span className="typography-body-xs">Add to calendar</span>
156
- </ button >
155
+ </button> */ }
157
156
</ footer >
158
157
) }
159
158
</ div >
You can’t perform that action at this time.
0 commit comments