update asset library URL, fix dropdown item comment, and adjust line color based on theme

This commit is contained in:
2025-04-04 13:42:46 +05:30
parent df0b4a297a
commit cf4c026d79
6 changed files with 8 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ const Outline: React.FC = () => {
const dropdownItems = [
{ id: "1", name: "Ground Floor" },
{ id: "2", name: "Floor 1" },
// { id: "2", name: "Floor 1" },
]; // Example dropdown items
return (