Skip to content

Commit b12a019

Browse files
authored
fix typo with how profile is listed on home (#18)
1 parent 6d8129d commit b12a019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Home.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function HomePage() {
5555
const actions = [
5656
{ title: 'Upcoming Events', icon: IconCalendarEvent, color: 'blue', desc: 'Browse and RSVP to corporate events', path: '/events' },
5757
{ 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' },
58+
{ title: 'Profile', icon: IconSettings, color: 'gray', desc: 'Update your profile and dietary info', path: '/profile' },
5959
];
6060

6161
const formatTime = (dateString: string) =>

0 commit comments

Comments
 (0)