Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AFPMedialab committed May 7, 2024
1 parent da74894 commit f5ad6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/NavBar/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import AssistantIcon from "./images/SVG/Navbar/Assistant.svg";
import GuideIcon from "./images/SVG/Navbar/Guide.svg";

import LogoVera from "./images/SVG/Navbar/vera-logo_black.svg";
import LogoInVidWeverify from "./images/SVG/NavBar/invid_weverify.svg";
import LogoInVidWeverify from "./images/SVG/Navbar/invid_weverify.svg";

import VideoIcon from "./images/SVG/Video/Video.svg";
import ImageIcon from "./images/SVG/Image/Images.svg";
Expand Down
3 changes: 1 addition & 2 deletions src/components/PopUp/PopUp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import { useDispatch, useSelector } from "react-redux";
import Box from "@mui/material/Box";
import Button from "@mui/material/Button";
import Grid from "@mui/material/Grid";
import LogoEuCom from "../NavBar/images/SVG/Navbar/ep-logo.svg?url";
import LogoVera from "../NavBar/images/SVG/Navbar/vera-logo_black.svg?url";
import LogoInVidWeverify from "../NavBar/images/SVG/NavBar/invid_weverify.svg?url";
import LogoInVidWeverify from "../NavBar/images/SVG/Navbar/invid_weverify.svg?url";

import useMyStyles from "../Shared/MaterialUiStyles/useMyStyles";
import { i18nLoadNamespace } from "components/Shared/Languages/i18nLoadNamespace";
Expand Down

0 comments on commit f5ad6e8

Please sign in to comment.