Skip to content

Commit

Permalink
Add config to index
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jan 28, 2024
1 parent 3a42eef commit f67ce16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,19 @@ const libraries = [
</div>
),
},
{
name: 'TanStack Config',
getStyles: () =>
`shadow-xl shadow-slate-700/20 dark:shadow-lg dark:shadow-slate-500/30 text-slate-600 border-2 border-transparent hover:border-current`,
to: '/config',
tagline: `Configuration and tools for publishing and maintaining high-quality JavaScript packages`,
description: `The build and publish utilities used by our other projects. Use it if you dare.`,
badge: (
<div className="flex items-center justify-center whitespace-nowrap uppercase text-white bg-slate-700 rounded-full px-2 py-1 text-xs font-black animate-pulse">
New
</div>
),
},
]

const courses = [
Expand Down

0 comments on commit f67ce16

Please sign in to comment.