Removed homepage banner and NEW badges (#2020)

This commit is contained in:
Chris Simmons
2023-09-08 16:23:07 -05:00
committed by GitHub
parent 98189c42e5
commit bfc8ce7c20
2 changed files with 4 additions and 5 deletions

View File

@@ -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' }
]
}

View File

@@ -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">