update asset library URL, fix dropdown item comment, and adjust line color based on theme
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user