From cd66c0f05471d287349f885a36953e075137d165 Mon Sep 17 00:00:00 2001 From: jaswanthshakthi <jaswanthshakthi@gmail.com> Date: Sun, 16 Mar 2025 08:03:15 +0530 Subject: [PATCH] some changes --- index.html | 4 +- src/App.css | 42 --------------------- src/components2/AdminLogin2/AdminLogin4.jsx | 2 +- 3 files changed, 3 insertions(+), 45 deletions(-) diff --git a/index.html b/index.html index 54bf628..cae9038 100644 --- a/index.html +++ b/index.html @@ -2,10 +2,10 @@ <html lang="en"> <head> <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href="/src/index.css" rel="stylesheet"> - <title>Vite + React</title> + </head> <body> diff --git a/src/App.css b/src/App.css index b9d355d..e69de29 100644 --- a/src/App.css +++ b/src/App.css @@ -1,42 +0,0 @@ -#root { - max-width: 1280px; - margin: 0 auto; - padding: 2rem; - text-align: center; -} - -.logo { - height: 6em; - padding: 1.5em; - will-change: filter; - transition: filter 300ms; -} -.logo:hover { - filter: drop-shadow(0 0 2em #646cffaa); -} -.logo.react:hover { - filter: drop-shadow(0 0 2em #61dafbaa); -} - -@keyframes logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} - -@media (prefers-reduced-motion: no-preference) { - a:nth-of-type(2) .logo { - animation: logo-spin infinite 20s linear; - } -} - -.card { - padding: 2em; -} - -.read-the-docs { - color: #888; -} diff --git a/src/components2/AdminLogin2/AdminLogin4.jsx b/src/components2/AdminLogin2/AdminLogin4.jsx index 1558e51..a4ab185 100644 --- a/src/components2/AdminLogin2/AdminLogin4.jsx +++ b/src/components2/AdminLogin2/AdminLogin4.jsx @@ -1,7 +1,7 @@ import { useState } from "react"; import { FiMail, FiEye, FiEyeOff } from "react-icons/fi"; -const loginImage = new URL("/public/assets/img/loginadmin.svg", import.meta.url).href; +const loginImage = new URL("/public/assets/login_img/loginadmin.svg", import.meta.url).href; export default function AdminLogin() { const [adminId, setAdminId] = useState(""); -- GitLab