Spaces:
Sleeping
Sleeping
Antigravity commited on
Commit ·
bda4d27
1
Parent(s): 4176cb7
Branding: Final rename to Core Intelligence Hub
Browse files
frontend/dist/assets/{index-BdBh9u6A.js → index-DBKzHIsv.js}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
frontend/dist/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
<meta charset="UTF-8" />
|
| 6 |
<link rel="icon" type="image/png" href="/logo.png" />
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 8 |
-
<title>
|
| 9 |
-
<script type="module" crossorigin src="/assets/index-
|
| 10 |
<link rel="stylesheet" crossorigin href="/assets/index-Y6Nar6mQ.css">
|
| 11 |
</head>
|
| 12 |
|
|
|
|
| 5 |
<meta charset="UTF-8" />
|
| 6 |
<link rel="icon" type="image/png" href="/logo.png" />
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 8 |
+
<title>Core Intelligence Hub</title>
|
| 9 |
+
<script type="module" crossorigin src="/assets/index-DBKzHIsv.js"></script>
|
| 10 |
<link rel="stylesheet" crossorigin href="/assets/index-Y6Nar6mQ.css">
|
| 11 |
</head>
|
| 12 |
|
frontend/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<meta charset="UTF-8" />
|
| 6 |
<link rel="icon" type="image/png" href="/logo.png" />
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 8 |
-
<title>
|
| 9 |
</head>
|
| 10 |
|
| 11 |
<body>
|
|
|
|
| 5 |
<meta charset="UTF-8" />
|
| 6 |
<link rel="icon" type="image/png" href="/logo.png" />
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 8 |
+
<title>Core Intelligence Hub</title>
|
| 9 |
</head>
|
| 10 |
|
| 11 |
<body>
|
frontend/src/components/Sidebar.jsx
CHANGED
|
@@ -54,7 +54,7 @@ export default function Sidebar({ isOpen, onClose }) {
|
|
| 54 |
<div className="absolute -top-0.5 -right-0.5 w-3 h-3 bg-emerald-400 rounded-full border-2 border-[#060a15] animate-pulse" />
|
| 55 |
</div>
|
| 56 |
<div className="flex flex-col">
|
| 57 |
-
<span className="text-base font-bold tracking-tight bg-clip-text text-transparent bg-gradient-to-r from-white to-slate-400">
|
| 58 |
<span className="text-[10px] text-cyan-500/80 font-semibold uppercase tracking-widest">AI Platform</span>
|
| 59 |
</div>
|
| 60 |
<button onClick={onClose} className="lg:hidden ml-auto p-1.5 hover:bg-white/5 rounded-xl transition-colors">
|
|
|
|
| 54 |
<div className="absolute -top-0.5 -right-0.5 w-3 h-3 bg-emerald-400 rounded-full border-2 border-[#060a15] animate-pulse" />
|
| 55 |
</div>
|
| 56 |
<div className="flex flex-col">
|
| 57 |
+
<span className="text-base font-bold tracking-tight bg-clip-text text-transparent bg-gradient-to-r from-white to-slate-400">Core Intelligence Hub</span>
|
| 58 |
<span className="text-[10px] text-cyan-500/80 font-semibold uppercase tracking-widest">AI Platform</span>
|
| 59 |
</div>
|
| 60 |
<button onClick={onClose} className="lg:hidden ml-auto p-1.5 hover:bg-white/5 rounded-xl transition-colors">
|
frontend/src/pages/Dashboard.jsx
CHANGED
|
@@ -48,7 +48,7 @@ export default function Dashboard() {
|
|
| 48 |
<Sparkles size={18} className="text-white" />
|
| 49 |
</div>
|
| 50 |
<div>
|
| 51 |
-
<h1 className="text-2xl sm:text-3xl font-extrabold tracking-tight underline decoration-cyan-500/30 underline-offset-8">
|
| 52 |
</div>
|
| 53 |
</div>
|
| 54 |
<p className="text-slate-400 text-sm sm:text-base max-w-lg leading-relaxed">
|
|
|
|
| 48 |
<Sparkles size={18} className="text-white" />
|
| 49 |
</div>
|
| 50 |
<div>
|
| 51 |
+
<h1 className="text-2xl sm:text-3xl font-extrabold tracking-tight underline decoration-cyan-500/30 underline-offset-8">Core Intelligence Hub</h1>
|
| 52 |
</div>
|
| 53 |
</div>
|
| 54 |
<p className="text-slate-400 text-sm sm:text-base max-w-lg leading-relaxed">
|