This commit is contained in:
khalid@traclabs.com
2026-04-18 15:29:17 -05:00
parent e6b7f3c3d5
commit eef8b70fd9
2 changed files with 0 additions and 8 deletions

View File

@@ -68,7 +68,6 @@ export default function App() {
<h1 className="app-title">
<span className="title-eye"></span> Vision Jobs
</h1>
<p className="app-subtitle">Powered by Vercel AI Gateway · Ollama Cloud</p>
</div>
</header>

View File

@@ -93,13 +93,6 @@ body {
50% { opacity: 0.6; transform: scale(0.88); }
}
.app-subtitle {
font-family: var(--font-mono);
font-size: 0.72rem;
color: var(--text-muted);
letter-spacing: 0.04em;
}
/* ── Main ───────────────────────────────────────────────────── */
.app-main {
max-width: 860px;