Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions apps/web/src/app/innstillinger/components/navigation-menu.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client"

import { Title } from "@dotkomonline/ui"
import { IconNotes, IconSpy, IconUser, IconUserCircle } from "@tabler/icons-react"
import { IconNotes, IconUser, IconUserCircle } from "@tabler/icons-react"
import { SettingsMenuItem } from "./settings-menu-item"

export const settingsNavigationItems = [
Expand All @@ -10,20 +10,15 @@ export const settingsNavigationItems = [
icon: IconUser,
title: "Min bruker",
},
{
slug: "/innstillinger/profil",
icon: IconUserCircle,
title: "Brukerprofil",
},
{
slug: "/innstillinger/medlemskap",
icon: IconNotes,
title: "Medlemskap",
},
{
slug: "/innstillinger/personvern",
icon: IconSpy,
title: "Personvern",
slug: "/innstillinger/profil",
icon: IconUserCircle,
title: "Brukerprofil",
Comment on lines +19 to +21
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title and icon here is super similar to the /bruker nav item. I think it would be a bit confusing?

},
]

Expand Down
59 changes: 0 additions & 59 deletions apps/web/src/app/innstillinger/personvern/page.tsx

This file was deleted.

Loading