From 070d7f149f59c5274a485d576fd40a9e97dc8ef9 Mon Sep 17 00:00:00 2001 From: chpark Date: Sat, 25 Apr 2026 02:56:58 +0900 Subject: [PATCH] fix(login): SVG render via img tag + logo redesign --- public/momo-icon.svg | 8 ++-- public/momo-logo.svg | 65 ++++++++++++++++++------------- src/app/(auth)/login/page.tsx | 6 +-- src/app/icon.svg | 4 +- src/components/layout/sidebar.tsx | 5 +-- 5 files changed, 47 insertions(+), 41 deletions(-) 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() {