|
|
@@ -1,3 +1,4 @@
|
|
|
+import { Logo } from '@/assets/logo'
|
|
|
import { cn } from '@/lib/utils'
|
|
|
import dashboardDark from './assets/dashboard-dark.png'
|
|
|
import dashboardLight from './assets/dashboard-light.png'
|
|
|
@@ -9,18 +10,7 @@ export function SignIn2() {
|
|
|
<div className='lg:p-8'>
|
|
|
<div className='mx-auto flex w-full flex-col justify-center space-y-2 py-8 sm:w-[480px] sm:p-8'>
|
|
|
<div className='mb-4 flex items-center justify-center'>
|
|
|
- <svg
|
|
|
- xmlns='http://www.w3.org/2000/svg'
|
|
|
- viewBox='0 0 24 24'
|
|
|
- fill='none'
|
|
|
- stroke='currentColor'
|
|
|
- strokeWidth='2'
|
|
|
- strokeLinecap='round'
|
|
|
- strokeLinejoin='round'
|
|
|
- className='me-2 h-6 w-6'
|
|
|
- >
|
|
|
- <path d='M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3' />
|
|
|
- </svg>
|
|
|
+ <Logo className='me-2' />
|
|
|
<h1 className='text-xl font-medium'>Shadcn Admin</h1>
|
|
|
</div>
|
|
|
</div>
|