aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/routes/dashboard.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-10 00:39:16 +0900
committernsfisis <nsfisis@gmail.com>2025-03-10 01:02:12 +0900
commitd14fd1f6751cec8923a79c15851562640a861b8c (patch)
treea9f2c727148302562f1bdb48d15f07149c9a9bf3 /frontend/app/routes/dashboard.tsx
parentc807d6e47b11a91ec56225ed8358e3f2ef903e5c (diff)
downloadphperkaigi-2025-albatross-d14fd1f6751cec8923a79c15851562640a861b8c.tar.gz
phperkaigi-2025-albatross-d14fd1f6751cec8923a79c15851562640a861b8c.tar.zst
phperkaigi-2025-albatross-d14fd1f6751cec8923a79c15851562640a861b8c.zip
feat(frontend): upgrade packages
Diffstat (limited to 'frontend/app/routes/dashboard.tsx')
-rw-r--r--frontend/app/routes/dashboard.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/app/routes/dashboard.tsx b/frontend/app/routes/dashboard.tsx
index 08461a5..ab170b5 100644
--- a/frontend/app/routes/dashboard.tsx
+++ b/frontend/app/routes/dashboard.tsx
@@ -74,7 +74,7 @@ export default function Dashboard() {
<Form method="post" action="/logout">
<button
type="submit"
- className="px-4 py-2 bg-red-500 text-white rounded transition duration-300 hover:bg-red-700 focus:ring focus:ring-red-400 focus:outline-none"
+ className="px-4 py-2 bg-red-500 text-white rounded-sm transition duration-300 hover:bg-red-700 focus:ring-3 focus:ring-red-400 focus:outline-hidden"
>
ログアウト
</button>
@@ -86,7 +86,7 @@ export default function Dashboard() {
? "http://localhost:8003/phperkaigi/2025/code-battle/admin/dashboard"
: "/phperkaigi/2025/code-battle/admin/dashboard"
}
- className="text-lg text-white bg-sky-600 px-4 py-2 rounded transition duration-300 hover:bg-sky-500 focus:ring focus:ring-sky-400 focus:outline-none"
+ className="text-lg text-white bg-sky-600 px-4 py-2 rounded-sm transition duration-300 hover:bg-sky-500 focus:ring-3 focus:ring-sky-400 focus:outline-hidden"
>
Admin Dashboard
</a>