chore: reband cleanup, changed names from tesseract

This commit is contained in:
serversdwn
2026-02-17 22:50:57 +00:00
parent be9c4adeb6
commit 5d5cec048f
6 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tesseract - Task Decomposition Engine</title>
<title>BIT - Break It Down</title>
</head>
<body>
<div id="root"></div>

View File

@@ -1,5 +1,5 @@
{
"name": "tesseract-frontend",
"name": "bit-frontend",
"private": true,
"version": "1.0.0",
"type": "module",

View File

@@ -10,8 +10,8 @@ function App() {
<div className="flex justify-between items-center">
<div>
<h1 className="text-2xl font-bold text-cyber-orange">
TESSERACT
<span className="ml-3 text-sm text-gray-500">Task Decomposition Engine</span>
BIT
<span className="ml-3 text-sm text-gray-500">Break It Down</span>
<span className="ml-2 text-xs text-gray-600">v0.1.3</span>
</h1>
</div>