Skip to content

Commit

Permalink
Update EventContext.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
incredible-phoenix246 authored Dec 31, 2023
1 parent 6d6fc58 commit 546d774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/EventContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const EventProvider: React.FC<EventProviderProps> = ({ children }) => {
};

const shareEventLink = (eventId: string) => {
const baseUrl = 'https://evento1.vercel.app/events/';
const baseUrl = 'https://evento1.vercel.app/event/';
// const baseUrl = 'http://localhost:3000/events/';
const eventLink = baseUrl + eventId;

Expand Down

0 comments on commit 546d774

Please sign in to comment.