Skip to content

Commit

Permalink
ux fixes (#558)
Browse files Browse the repository at this point in the history
* ux fixes

* navbar fixes
  • Loading branch information
codekansas authored Nov 7, 2024
1 parent 09369b1 commit e814836
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 176 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/files/FileRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const FileRenderer: React.FC<{
<URDFRenderer
urdfContent={new TextDecoder().decode(file.content)}
files={allFiles}
supportedThemes={["default", "dark"]}
/>
);
case "stl":
Expand Down
Loading

0 comments on commit e814836

Please sign in to comment.