Skip to content

Commit

Permalink
Fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tanish35 committed Oct 9, 2024
1 parent febe7e2 commit 357e348
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added frontend/public/logo.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 frontend/src/components/MainNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Navbar: React.FC<NavbarProps> = ({ btnName, navigateUrl, display }) => {
{/* Logo Section */}
<div className="text-lg font-bold flex items-center">
<img
src={"src/images/logo.png"}
src={"/logo.png"}
alt="Logo"
className="w-10 h-10 rounded-full mx-3"
/>
Expand Down

0 comments on commit 357e348

Please sign in to comment.