From cfadca8c06467c3d58a917fd01812edd51471cac Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Sun, 12 Mar 2023 18:44:36 +0000 Subject: [PATCH] Linux too --- client/src/assets/images/auth/AuthBackground.jsx | 2 +- client/src/components/Logo/Logo.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/assets/images/auth/AuthBackground.jsx b/client/src/assets/images/auth/AuthBackground.jsx index b05f6ae..f287662 100644 --- a/client/src/assets/images/auth/AuthBackground.jsx +++ b/client/src/assets/images/auth/AuthBackground.jsx @@ -2,7 +2,7 @@ import { useTheme } from '@mui/material/styles'; import { Box } from '@mui/material'; -import logo from '../../../../../logo.png'; +import logo from '../../../../../Logo.png'; // ==============================|| AUTH BLUR BACK SVG ||============================== // diff --git a/client/src/components/Logo/Logo.jsx b/client/src/components/Logo/Logo.jsx index 5b812b1..b7bf194 100644 --- a/client/src/components/Logo/Logo.jsx +++ b/client/src/components/Logo/Logo.jsx @@ -2,7 +2,7 @@ import { useTheme } from '@mui/material/styles'; import { fontWeight } from '@mui/system'; -import logo from '../../../../logo.png'; +import logo from '../../../../Logo.png'; // ==============================|| LOGO SVG ||============================== //