Skip to content

Commit

Permalink
homepage ui styling
Browse files Browse the repository at this point in the history
  • Loading branch information
is2ac2 committed Jun 12, 2024
1 parent a6b68f7 commit 3bd88a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const Home: React.FC = () => {
navigate("/robots/add");
}}
>

Make a Robot
</Button>
</Col>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/pages/RobotDetails.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { faAlignRight } from "@fortawesome/free-solid-svg-icons";
import { useAlertQueue } from "hooks/alerts";
import { api, Bom } from "hooks/api";
import { useAuthentication } from "hooks/auth";
Expand Down

0 comments on commit 3bd88a6

Please sign in to comment.