Skip to content

Commit

Permalink
Fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
RanjithKumarSeekolu committed Jan 25, 2024
1 parent 8ded6a9 commit fbdb350
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified src/assets/logo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { Link } from "react-router-dom";
import logo from "../../assets/logo.png";
import logo from "../../assets/Logo1.png";

const Footer = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link } from "react-router-dom";
import { signInWithPopup } from "firebase/auth";
import { auth, provider } from "../../../init-firebase";
import UserMenu from "../UserModal/UserMenu";
import logo from "../../assets/logo.png";
import logo from "../../assets/Logo.png";

const Header = () => {
const [openDrawer, setOpenDrawer] = useState(false);
Expand Down

0 comments on commit fbdb350

Please sign in to comment.