Skip to content

Commit

Permalink
Bugfixes, link updates
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 committed Nov 8, 2023
1 parent 8f318d6 commit a65a508
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sites/skeleton.dev/src/lib/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
{
href: '/docs/sponsorship',
label: 'Sponsorship',
keywords: 'sponsor, funding, contribute, support, github, ko-fi, patreon',
badge: 'New'
keywords: 'sponsor, funding, contribute, support, github, ko-fi, patreon'
}
]
},
{
title: 'Integrations',
list: [{ href: '/docs/tauri', label: 'Tauri', keywords: 'Tauri, desktop, setup, install' }]
list: [{ href: '/docs/tauri', label: 'Tauri', keywords: 'Tauri, desktop, setup, install', badge: 'New' }]
}
],
'/elements': [
Expand Down

0 comments on commit a65a508

Please sign in to comment.