Skip to content

Commit

Permalink
Removed homepage banner and NEW badges (skeletonlabs#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 authored Sep 8, 2023
1 parent 98189c4 commit bfc8ce7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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 @@ -22,16 +22,15 @@ 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'
}
]
},
{
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' }
]
}
Expand Down
4 changes: 2 additions & 2 deletions sites/skeleton.dev/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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">
Expand Down

0 comments on commit bfc8ce7

Please sign in to comment.