There was an error while loading. Please reload this page.
1 parent 6d8129d commit b12a019Copy full SHA for b12a019
1 file changed
src/pages/Home.page.tsx
@@ -55,7 +55,7 @@ export function HomePage() {
55
const actions = [
56
{ title: 'Upcoming Events', icon: IconCalendarEvent, color: 'blue', desc: 'Browse and RSVP to corporate events', path: '/events' },
57
{ title: 'My RSVPs', icon: IconTicket, color: 'green', desc: 'View your tickets and status', path: '/my-rsvps' },
58
- { title: 'Profile', icon: IconSettings, color: 'gray', desc: 'Update your resume and dietary info', path: '/profile' },
+ { title: 'Profile', icon: IconSettings, color: 'gray', desc: 'Update your profile and dietary info', path: '/profile' },
59
];
60
61
const formatTime = (dateString: string) =>
0 commit comments