diff --git a/public/momo-icon.svg b/public/momo-icon.svg index 12111dd..eb10e71 100644 --- a/public/momo-icon.svg +++ b/public/momo-icon.svg @@ -7,9 +7,7 @@ - - MOMO - - - + MOMO + + diff --git a/public/momo-logo.svg b/public/momo-logo.svg index 72b4f2a..4648b4a 100644 --- a/public/momo-logo.svg +++ b/public/momo-logo.svg @@ -1,30 +1,43 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + MOMO + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + diff --git a/src/app/(auth)/login/page.tsx b/src/app/(auth)/login/page.tsx index cb87f67..10d8ce7 100644 --- a/src/app/(auth)/login/page.tsx +++ b/src/app/(auth)/login/page.tsx @@ -2,7 +2,6 @@ import { useState, FormEvent } from "react"; import { useRouter } from "next/navigation"; -import Image from "next/image"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import Swal from "sweetalert2"; @@ -52,12 +51,11 @@ export default function LoginPage() {
- MOMO

@@ -117,7 +115,7 @@ export default function LoginPage() {