Skip to content

Commit

Permalink
media error resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-jo1 committed Jul 11, 2024
1 parent 863e414 commit fa3ea08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/PoetryShowcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ import React from "react";

import "./PoetryShowcase.scss"

import poetry_1 from "./poetry/poetry_1.png"
import poetry_2 from "./poetry/poetry_2.png"
import poetry_3 from "./poetry/poetry_3.png"
const PoetryShowcase: React.FC = () => {
const poetryImages = [
"./poetry/poetry_1.png",
"./poetry/Girl I Met.png",
"./poetry/Beautiful.png",
"./poetry/20240711_084039.jpg",
poetry_1,
poetry_2,
poetry_3,
];

return (
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit fa3ea08

Please sign in to comment.