Update page title and fix light mode styling for top-right dropdowns
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
+2
-2
@@ -1782,11 +1782,11 @@ export default function App() {
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
<ChevronDown size={12} />
|
||||
</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>
|
||||
<ChevronDown size={12} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user