Skip to content

Commit

Permalink
Fixed the images
Browse files Browse the repository at this point in the history
  • Loading branch information
shivansh-bhatnagar18 committed Jun 10, 2024
1 parent d38c29c commit 3252741
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions frontend/src/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Navbar: React.FC<NavbarProps> = ({
<div className="space-x-4">
<button onClick={toggleMenu}>
<img
src="src/assets/hamburger.png"
src="/hamburger.png"
alt="hamburger menu"
className="w-7 h-7 sm:w-6 sm:h-6 md:w-7 md:h-7 lg:w-9 lg:h-9"
/>
Expand All @@ -50,7 +50,7 @@ const Navbar: React.FC<NavbarProps> = ({
className="absolute top-3 right-3"
>
<img
src="src/assets/close.png"
src="/close.png"
alt="Close menu"
className="w-7 h-7 sm:w-8 sm:h-8 md:w-8 md:h-8 lg:w-10 lg:h-10"
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Home: React.FC = () => {
<div className="flex flex-col items-center justify-center flex-grow">
<div className="w-[520px] h-[180px] sm:w-[600px] sm:h-[200px] md:w-[720px] md:h-[235px] lg:w-[900px] lg:h-[300px] overflow-hidden mt-4 mb-5">
<img
src="src/assets/Uno-Logo.png"
src="/unologo.png"
alt="UNO Logo"
className="w-full h-full object-cover"
/>
Expand Down

0 comments on commit 3252741

Please sign in to comment.