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

@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Krow DevOps Launchpad</title>
<title>KROW DevOps Launchpad</title>
<link rel="icon" type="image/x-icon" href="favicon.svg">
<!-- Tailwind CSS -->
@@ -256,7 +256,7 @@
<div class="p-6 border-b border-gray-200">
<div class="flex items-center justify-center space-x-3">
<div class="w-12 h-12 rounded-xl flex items-center justify-center">
<img src="logo.svg" alt="Krow Logo" style="height: 60px;" onerror="this.style.display='none'">
<img src="logo.svg" alt="KROW Logo" style="height: 60px;" onerror="this.style.display='none'">
</div>
<div>
<h1 class="text-xl font-bold text-gray-900">KROW DevOps</h1>
@@ -306,7 +306,7 @@
<div id="home-view" class="p-8">
<!-- Header -->
<div class="mb-8">
<h2 class="text-3xl font-bold text-gray-900 mb-2">Krow DevOps Launchpad</h2>
<h2 class="text-3xl font-bold text-gray-900 mb-2">KROW DevOps Launchpad</h2>
<p class="text-gray-600">Central hub for KROW development and operations infrastructure</p>
</div>
@@ -427,7 +427,7 @@
if (allowed) {
showApp(user);
} else {
pendingError = `Access Denied: <b>${user.email}</b> is not authorized.<br>Please contact the Krow Internal Developers or an Administrator to request access.`;
pendingError = `Access Denied: <b>${user.email}</b> is not authorized.<br>Please contact the KROW Internal Developers or an Administrator to request access.`;
signOut(auth);
}
} else {