mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 15:27:52 +00:00
+1
-1
@@ -43,7 +43,7 @@ export default function AppleStyleAuth() {
|
|||||||
|
|
||||||
{/* 1. LOGOTIPO */}
|
{/* 1. LOGOTIPO */}
|
||||||
<div className="flex flex-col items-center">
|
<div className="flex flex-col items-center">
|
||||||
<div className="flex h-16 w-16 items-center justify-center rounded-[1.2rem] bg-black text-white shadow-2xl transition-transform duration-700 hover:rotate-[360deg] dark:bg-white dark:text-black">
|
<div className="flex h-16 w-16 items-center justify-center rounded-[1.2rem] bg-white text-white shadow-2xl transition-transform duration-700 hover:rotate-[360deg] dark:bg-white dark:text-black">
|
||||||
<Image src="/logo.png" alt="logo" width={100} height={100} />
|
<Image src="/logo.png" alt="logo" width={100} height={100} />
|
||||||
</div>
|
</div>
|
||||||
<h1 className="mt-6 text-3xl font-bold tracking-tight text-neutral-900 dark:text-white">
|
<h1 className="mt-6 text-3xl font-bold tracking-tight text-neutral-900 dark:text-white">
|
||||||
|
|||||||
Reference in New Issue
Block a user