Update page title and fix light mode styling for top-right dropdowns

This commit is contained in:
2026-06-17 14:15:36 +05:30
parent 9d7fb0de73
commit 9e34fbc2b0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>viz-3D_hun</title> <title>Titan - Product configurator.</title>
<script src="http://localhost:8097"></script> <script src="http://localhost:8097"></script>
</head> </head>
<body> <body>
+2 -2
View File
@@ -1782,11 +1782,11 @@ export default function App() {
</div> </div>
</div> </div>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<div className="flex items-center gap-1 bg-zinc-800 px-2 py-0.5 rounded"> <div className="flex items-center gap-1 bg-white dark:bg-zinc-800 px-2 py-0.5 rounded">
<span>Startup</span> <span>Startup</span>
<ChevronDown size={12} /> <ChevronDown size={12} />
</div> </div>
<div className="flex items-center gap-1 bg-zinc-800 px-2 py-0.5 rounded"> <div className="flex items-center gap-1 bg-white dark:bg-zinc-800 px-2 py-0.5 rounded">
<span>100 %</span> <span>100 %</span>
<ChevronDown size={12} /> <ChevronDown size={12} />
</div> </div>