Skip to content

Commit

Permalink
fixed the photo loading problem in the footer section
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirKakavand committed Aug 9, 2024
1 parent 98d4d37 commit c0cb526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer = () => {
<div className="flex flex-col sm:flex-row sm:justify-between sm:px-6">
<div className="flex flex-row items-center justify-center space-x-2">
<Image
src={"/images/AmirKakavand.jpg"}
src={"/Rick-and-Morty-Wiki/images/AmirKakavand.jpg"}
width={"80"}
height={"80"}
alt="Photo of Amir Kakavand"
Expand Down

0 comments on commit c0cb526

Please sign in to comment.