Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions apps/sim/app/not-found.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ChipLink } from '@sim/emcn'
import type { Metadata } from 'next'
import Link from 'next/link'
import { LogoShell } from '@/app/(landing)/components'

export const metadata: Metadata = {
Expand All @@ -17,12 +17,9 @@ export default function NotFound() {
<p className='text-[var(--text-muted)] text-lg'>
The page you&apos;re looking for doesn&apos;t exist or has been moved.
</p>
<Link
href='/'
className='mt-3 inline-flex h-[40px] items-center rounded-[5px] bg-[var(--surface-inverted)] px-5 text-sm text-white transition-colors hover:bg-[var(--surface-inverted-hover)]'
>
<ChipLink variant='primary' href='/' className='mt-3'>
Return home
</Link>
</ChipLink>
Comment thread
waleedlatif1 marked this conversation as resolved.
</div>
</LogoShell>
)
Expand Down
Loading