Skip to content

Commit

Permalink
fix: remove unfinished form links
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennordseth committed Sep 27, 2024
1 parent 878914f commit 62fc687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/page-modules/contact/layouts/contact-page-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const contactPages: ContactPage[] = [
href: '/contact/ticket-control',
icon: 'ticketing/TicketInvalid',
},
{
/*{
title: PageText.Contact.travelGuarantee.title,
href: '/contact/travel-guarantee',
icon: 'transportation-entur/Taxi',
Expand All @@ -44,7 +44,7 @@ export const contactPages: ContactPage[] = [
title: PageText.Contact.groupTravel.title,
href: '/contact/group-travel',
icon: 'ticketing/TicketMultiple',
},
},*/
];

export type ContactPageLayoutProps = PropsWithChildren<{
Expand Down

0 comments on commit 62fc687

Please sign in to comment.