Skip to content

Commit

Permalink
update logos
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Feb 15, 2024
1 parent d57effc commit 699ac18
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 4 deletions.
Binary file removed frontend/public/assets/logo2.png
Binary file not shown.
Binary file removed frontend/public/assets/logo3.png
Binary file not shown.
Binary file added frontend/public/assets/main_logo_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/assets/main_logo_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/assets/symbol_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/assets/symbol_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions frontend/src/components/PrivateLayout/header/drawerMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ export const DrawerMenu: FC<IDrawerMenuProps> = ({ isOpen, handleClose }) => {
{theme.direction === "rtl" ? <ChevronLeftIcon /> : <MenuIcon />}
</IconButton>
<img
src="../../../../../assets/logo2.png"
src="../../../../../assets/main_logo_white.png"
alt="logo"
style={{ width: "160px", marginRight: "8px", marginLeft: "20px" }}
style={{ width: "190px", marginRight: "8px", marginLeft: "20px" }}
/>
<IconButton
component="p"
Expand Down
6 changes: 5 additions & 1 deletion frontend/src/features/auth/pages/signIn/signInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ export const SignInPage: FC = () => {
justifyContent: "center",
}}
>
<img src="assets/logo2.png" alt="logo" style={{ width: "360px" }} />
<img
src="assets/main_logo_black.png"
alt="logo"
style={{ width: "360px" }}
/>
</Box>
</Box>
<Box sx={{ textAlign: "center" }}>
Expand Down
6 changes: 5 additions & 1 deletion frontend/src/features/auth/pages/signUp/signUpPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ export const SignUpPage: FC = () => {
justifyContent: "center",
}}
>
<img src="assets/logo2.png" alt="logo" style={{ width: "360px" }} />
<img
src="assets/main_logo_black.png"
alt="logo"
style={{ width: "360px" }}
/>
</Box>
</Box>
<Box sx={{ textAlign: "center" }}>
Expand Down

0 comments on commit 699ac18

Please sign in to comment.