aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/pages/Register.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-09-23 15:08:26 -0700
committerPinapelz <yukais@pinapelz.com>2025-09-23 15:08:26 -0700
commit99d19214570845faa9698e3cff80c2f95d2afa6a (patch)
tree8e416e0488d364f335b81f4ecedfc6fe99649850 /frontend/src/pages/Register.tsx
parentaabcc5f7d6d57e502b4089dc7634b2273437bdc6 (diff)
chore: migrate tailwind 3 to tailwind 4
Diffstat (limited to 'frontend/src/pages/Register.tsx')
-rw-r--r--frontend/src/pages/Register.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/Register.tsx b/frontend/src/pages/Register.tsx
index 1f8dde8..90edbfd 100644
--- a/frontend/src/pages/Register.tsx
+++ b/frontend/src/pages/Register.tsx
@@ -118,7 +118,7 @@ const Register = () => {
{errors.general && (
<div className="mb-6 bg-red-900/50 border border-red-700 rounded-md p-4">
<div className="flex">
- <div className="flex-shrink-0">
+ <div className="shrink-0">
<svg className="h-5 w-5 text-red-400" viewBox="0 0 20 20" fill="currentColor">
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" />
</svg>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage