mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-29 21:19:25 +02:00
fix(UI): remove splash screen
This commit is contained in:
parent
f49b9abb81
commit
4ef954c9b5
|
|
@ -7,7 +7,6 @@ import {
|
|||
IconWifiOff,
|
||||
} from '@tabler/icons-react'
|
||||
import { Head } from '@inertiajs/react'
|
||||
import BouncingLogo from '~/components/BouncingLogo'
|
||||
import AppLayout from '~/layouts/AppLayout'
|
||||
import { getServiceLink } from '~/lib/navigation'
|
||||
import { ServiceSlim } from '../../types/services'
|
||||
|
|
@ -138,7 +137,6 @@ export default function Home(props: {
|
|||
</div>
|
||||
</a>
|
||||
))}
|
||||
<BouncingLogo />
|
||||
</div>
|
||||
</AppLayout>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user