diff --git a/resources/js/pages/welcome.tsx b/resources/js/pages/welcome.tsx index aca3053..8c8c13f 100644 --- a/resources/js/pages/welcome.tsx +++ b/resources/js/pages/welcome.tsx @@ -2,7 +2,6 @@ import { Head, Link, usePage } from '@inertiajs/react'; import { ArrowRight, Compass, - LifeBuoy, LayoutDashboard, Radio, Search, @@ -18,7 +17,6 @@ import { useTranslation } from '@/lib/translations'; import { cn } from '@/lib/utils'; import { dashboard, home, login, register } from '@/routes'; import { show as showChannel } from '@/routes/channels'; -import { index as supportIndex } from '@/routes/support'; import type { ChannelCard, ChannelCategory } from '@/types'; type Props = { @@ -72,48 +70,15 @@ export default function Welcome({ Nyone - -
{auth.user ? ( - <> - - - + ) : ( <>