Skip to content

Commit

Permalink
media updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-jo1 committed Jul 11, 2024
1 parent 83c6599 commit 059056e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/PoetryShowcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import "./PoetryShowcase.scss"

const PoetryShowcase: React.FC = () => {
const poetryImages = [
"/src/assets/poetry_1.png",
"/src/assets/Girl I Met.png",
"/src/assets/Beautiful.png",
"/src/assets/20240711_084039.jpg",
"./assets/poetry_1.png",
"./assets/Girl I Met.png",
"./assets/Beautiful.png",
"./assets/20240711_084039.jpg",
];

return (
Expand Down

0 comments on commit 059056e

Please sign in to comment.