mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-10 04:21:26 +00:00
Removed homepage banner and NEW badges (#2020)
This commit is contained in:
@@ -22,8 +22,7 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
|
|||||||
{
|
{
|
||||||
href: '/docs/transitions',
|
href: '/docs/transitions',
|
||||||
label: 'Transitions',
|
label: 'Transitions',
|
||||||
keywords: 'transition, transitions, blur, fade, fly, slide, scale, draw, crossfade, prefers, reduced, motion',
|
keywords: 'transition, transitions, blur, fade, fly, slide, scale, draw, crossfade, prefers, reduced, motion'
|
||||||
badge: 'New'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -31,7 +30,7 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
|
|||||||
title: 'Resources',
|
title: 'Resources',
|
||||||
list: [
|
list: [
|
||||||
{ href: '/docs/generator', label: 'Theme Generator', keywords: 'create, custom, style, css, design' },
|
{ href: '/docs/generator', label: 'Theme Generator', keywords: 'create, custom, style, css, design' },
|
||||||
{ href: '/docs/purgecss', label: 'PurgeCSS', keywords: 'purgecss, vite, tree, shaking, bundle, optimize', badge: 'New' },
|
{ href: '/docs/purgecss', label: 'PurgeCSS', keywords: 'purgecss, vite, tree, shaking, bundle, optimize' },
|
||||||
{ href: '/docs/contributing', label: 'Contributing', keywords: 'branch, pr' }
|
{ href: '/docs/contributing', label: 'Contributing', keywords: 'branch, pr' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<!-- Promo Banner -->
|
<!-- Promo Banner -->
|
||||||
<div class="variant-filled-primary p-4">
|
<!-- <div class="variant-filled-primary p-4">
|
||||||
<div class="w-full max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-[1fr_auto] gap-4">
|
<div class="w-full max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-[1fr_auto] gap-4">
|
||||||
<div class="flex items-center gap-6">
|
<div class="flex items-center gap-6">
|
||||||
<span class="text-xl">🎉</span>
|
<span class="text-xl">🎉</span>
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
<a class="btn variant-filled" href="https://github.com/skeletonlabs/skeleton/discussions/1947" target="_blank">Migration Guide</a>
|
<a class="btn variant-filled" href="https://github.com/skeletonlabs/skeleton/discussions/1947" target="_blank">Migration Guide</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<!-- hero -->
|
<!-- hero -->
|
||||||
<header id="hero" class="bg-surface-100-800-token hero-gradient">
|
<header id="hero" class="bg-surface-100-800-token hero-gradient">
|
||||||
|
|||||||
Reference in New Issue
Block a user