Skip to content

Commit

Permalink
Update search index
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyef committed Mar 9, 2024
1 parent fca3c1f commit 0289eee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions src/components/CommandPalette/constants/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@ export const PAGES: readonly PageData[] = [
link: '/tools/speech-to-text',
hiddenSearchTerm: 'voice',
},

// Absurd UI components
{
title: 'Absurd UI components',
description:
'A collection of absurd UI components that are not practical but fun to play with.',
link: '/absurd-ui',
},

{
title: 'Absurd UI ▶️ Ballistic Slider',
description: 'A slider with some ballistic physics baked in..',
link: '/absurd-ui/ballistic-slider',
},
];

export const filterPages = (query: string): PageData[] => {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/absurd-ui/ballistic-slider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { cn } from '@/utils/styles/classNames';

export const meta = {
title: 'Absurd UI – Ballistic Slider',
description: 'A slider with some ballistic physics baked in!',
description: 'A slider with some ballistic physics baked in.',
image: createOgImageUrl({
title: 'Absurd UI – Ballistic Slider',
}),
Expand Down

0 comments on commit 0289eee

Please sign in to comment.