mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-03 18:57:43 +01:00
commit
7c9708906e
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
@ -1,6 +1,5 @@
|
||||
import { useRouter } from 'next/router'
|
||||
import Image from 'next/image'
|
||||
import Icon from '@/assets/256x256.png'
|
||||
import { Spinner } from 'flowbite-react'
|
||||
|
||||
export default function Account() {
|
||||
const router = useRouter()
|
||||
@ -15,7 +14,7 @@ export default function Account() {
|
||||
|
||||
return (
|
||||
<div className="h-screen w-full flex justify-center items-center">
|
||||
<Image src={Icon} alt="icon" width={128} height={128} />
|
||||
<Spinner color="info" />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
@ -1,8 +1,7 @@
|
||||
import Image from 'next/image'
|
||||
import { useRouter } from 'next/router'
|
||||
import { useEffect } from 'react'
|
||||
import Icon from '@/assets/256x256.png'
|
||||
import { db } from '@/db'
|
||||
import { Spinner } from 'flowbite-react'
|
||||
|
||||
export default function Index() {
|
||||
const router = useRouter()
|
||||
@ -28,7 +27,7 @@ export default function Index() {
|
||||
|
||||
return (
|
||||
<div className="h-screen w-full flex justify-center items-center">
|
||||
<Image src={Icon} alt="icon" width={128} height={128} />
|
||||
<Spinner color="info" />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user