File tree Expand file tree Collapse file tree
lib/components/event-schedule-new/event Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -243,17 +243,19 @@ const Event: React.FC<EventProps> = ({
243243
244244 < div className = "text-sm" > { convert ( event . description ) } </ div >
245245
246- { /* <Link href={event.eventLink} className="self-start">
247- <VoxelButton
248- color="blue-1"
249- size="sm"
250- fill
251- className="shrink-0 mt-2 self-start"
252- >
253- Visit Website
254- <ArrowUpRight className="w-4 h-4 mb-0.5" />
255- </VoxelButton>
256- </Link> */ }
246+ { event . eventLink !== "https://devconnect.org/calendar" && (
247+ < Link href = { event . eventLink } className = "self-start" >
248+ < VoxelButton
249+ color = "blue-1"
250+ size = "sm"
251+ fill
252+ className = "shrink-0 mt-2 self-start"
253+ >
254+ Visit Site
255+ < ArrowUpRight className = "w-4 h-4 mb-0.5" />
256+ </ VoxelButton >
257+ </ Link >
258+ ) }
257259
258260 < Separator className = "my-3" />
259261
You can’t perform that action at this time.
0 commit comments