Skip to content

Commit

Permalink
Remove links to nollning
Browse files Browse the repository at this point in the history
  • Loading branch information
danieladugyan committed Oct 22, 2024
1 parent 4da2b02 commit 2c57f1a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/routes/(app)/app/account/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
{m.navbar_userMenu_inventory()}
</a>
</li>
<li>
<!-- <li>
<a href="/nollning">
<NavIcon class="text-inherit" icon="i-mdi-cloud-outline" />
{m.landing_theIntroduction()}
</a>
</li>
</li> -->
</ul>
{/if}

Expand Down
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@

<div class="flex flex-row items-start gap-10 lg:items-center">
<a
href="/nolla"
href="/committees"
class="inline-block bg-primary px-5 py-3 font-bold text-white lg:text-xl"
>
{m.landing_theIntroduction()}
{m.landing_getInvolved()}
</a>
<a
href="/info/for-foretag"
Expand Down
14 changes: 7 additions & 7 deletions src/routes/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ export const getRoutes = (): Route[] =>
accessRequired: null,
appBehaviour: "none",
},
{
title: m.nolla_nav_nollning(),
path: "/nolla",
icon: "i-mdi-party-popper",
accessRequired: null,
appBehaviour: "none",
},
// {
// title: m.nolla_nav_nollning(),
// path: "/nolla",
// icon: "i-mdi-party-popper",
// accessRequired: null,
// appBehaviour: "none",
// },
{
title: m.news(),
path: "/news",
Expand Down

0 comments on commit 2c57f1a

Please sign in to comment.