Skip to content

Commit

Permalink
Fix for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyavila committed Dec 8, 2023
1 parent cd497b8 commit 250d7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/pages/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function Portfolio() {
width={500}
height={500}
/>
<p className="m-4">"{selectedImage.prompt}"</p>
<p className="m-4">{selectedImage.prompt}</p>
</div>
</div>
)}
Expand Down

0 comments on commit 250d7ea

Please sign in to comment.