Skip to content

Commit

Permalink
replace all images with SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
veej committed Sep 25, 2023
1 parent 211baf1 commit fe4ac5c
Show file tree
Hide file tree
Showing 10 changed files with 256 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/configuration-builder/src/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Body, Button, Columns, Display, Inline, Stack, Inset } from "@buildo/bento-design-system";
import { useTranslation } from "react-i18next";
import Cover from "./assets/Cover.png";
import Cover from "./assets/Cover.svg";
import { useNavigate } from "react-router-dom";

export function Home() {
Expand Down
6 changes: 3 additions & 3 deletions packages/configuration-builder/src/MyTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import { useTranslation } from "react-i18next";
import { SectionCard } from "./SectionCard/SectionCard";
import { useConfiguratorStatusContext } from "./ConfiguratorStatusContext";
import { useNavigate } from "react-router-dom";
import foundationsImg from "./assets/Foundations.png";
import configurationImg from "./assets/Configuration.png";
import exportImg from "./assets/Export.png";
import foundationsImg from "./assets/Foundations.svg";
import configurationImg from "./assets/Configuration.svg";
import exportImg from "./assets/Export.svg";
import image1 from "./assets/1.svg";
import image2 from "./assets/2.svg";
import image3 from "./assets/3.svg";
Expand Down
Binary file not shown.
77 changes: 77 additions & 0 deletions packages/configuration-builder/src/assets/Configuration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/configuration-builder/src/assets/Cover.png
Binary file not shown.
128 changes: 128 additions & 0 deletions packages/configuration-builder/src/assets/Cover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
26 changes: 26 additions & 0 deletions packages/configuration-builder/src/assets/Export.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
21 changes: 21 additions & 0 deletions packages/configuration-builder/src/assets/Foundations.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe4ac5c

Please sign in to comment.