Skip to content

Commit 1cc797a

Browse files
committed
ticket link fix
1 parent b3c2f29 commit 1cc797a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/components/event-schedule-new/day

lib/components/event-schedule-new/day/event.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const Event: React.FC<EventProps> = ({
203203
})}
204204
>
205205
{isCoworking && (
206-
<a href="https://tickets.devcon.org" target="_blank">
206+
<a href="https://tickets.devconnect.org" target="_blank">
207207
<Button
208208
size="sm"
209209
color="blue-1"

0 commit comments

Comments
 (0)