Skip to content

Commit

Permalink
Add showcases
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Jan 14, 2025
1 parent 036f8e1 commit e689960
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/docs/app/(home)/showcase/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import Supastarter from '@/public/showcases/supastarter.png';
import BetterAuth from '@/public/showcases/better-auth.png';
import LaunchFast from '@/public/showcases/launchfast.png';
import ArkType from '@/public/showcases/arktype.png';
import AssistantUI from '@/public/showcases/assistant-ui.png';

export const metadata = createMetadata({
title: 'Showcase',
Expand Down Expand Up @@ -105,6 +106,11 @@ export default function Showcase(): React.ReactElement {
name: 'CodeHike',
url: 'https://codehike.org',
},
{
image: AssistantUI,
name: 'assistant-ui',
url: 'https://assistant-ui.com',
},
{
image: Expostarter,
name: 'ExpoStarter',
Expand Down
Binary file added apps/docs/public/showcases/assistant-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e689960

Please sign in to comment.