mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-09 20:57:45 +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',
|
||||
label: 'Transitions',
|
||||
keywords: 'transition, transitions, blur, fade, fly, slide, scale, draw, crossfade, prefers, reduced, motion',
|
||||
badge: 'New'
|
||||
keywords: 'transition, transitions, blur, fade, fly, slide, scale, draw, crossfade, prefers, reduced, motion'
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -31,7 +30,7 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
|
||||
title: 'Resources',
|
||||
list: [
|
||||
{ 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' }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
<div>
|
||||
<!-- 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="flex items-center gap-6">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- hero -->
|
||||
<header id="hero" class="bg-surface-100-800-token hero-gradient">
|
||||
|
||||
Reference in New Issue
Block a user