replace the "Krow" with "KROW"

This commit is contained in:
Achintha Isuru
2026-02-26 15:13:26 -05:00
parent f9c2d822e6
commit b8d07380c0
60 changed files with 225 additions and 227 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Krow-web</title>
<title>KROW-web</title>
</head>
<body>
<div id="root"></div>

View File

@@ -105,7 +105,7 @@ const ForgotPassword: React.FC = () => {
<div className="absolute top-12 left-12 z-20">
<img
src={logo}
alt="Krow Logo"
alt="KROW Logo"
className="h-10 w-auto brightness-0 invert"
/>
</div>
@@ -139,7 +139,7 @@ const ForgotPassword: React.FC = () => {
<img
src={logo}
alt="Krow Logo"
alt="KROW Logo"
className="h-10 w-auto lg:hidden mb-2"
/>
<div className="space-y-1">

View File

@@ -142,7 +142,7 @@ const Login: React.FC = () => {
<div className="absolute top-12 left-12 z-20">
<img
src={logo}
alt="Krow Logo"
alt="KROW Logo"
className="h-10 w-auto brightness-0 invert"
/>
</div>
@@ -168,7 +168,7 @@ const Login: React.FC = () => {
<div className="flex flex-col items-center lg:items-start space-y-4">
<img
src={logo}
alt="Krow Logo"
alt="KROW Logo"
className="h-10 w-auto lg:hidden mb-2"
/>
<div className="space-y-1">

View File

@@ -455,7 +455,7 @@ export default function Schedule() {
<p className="text-[10px] font-bold text-secondary-text uppercase tracking-wider">Business</p>
<div className="flex items-center gap-2 bg-slate-50 p-2 rounded-lg border border-slate-100">
<Users className="w-4 h-4 text-blue-600" />
<span className="text-sm font-medium">{selectedOrder.business?.businessName || "Krow Workforce"}</span>
<span className="text-sm font-medium">{selectedOrder.business?.businessName || "KROW Workforce"}</span>
</div>
</div>