Skip to content

Commit 8c81537

Browse files
committed
attempting image fix
1 parent c3d72a2 commit 8c81537

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.DS_Store

2 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

src/pages/AboutMe.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ export default function AboutMe() {
2020
<div className="w-full">
2121
<Slideshow
2222
slides={[
23-
{ src: "../assets/images/biwa.png", caption: "Me at Lake Biwa" },
24-
{ src: "../assets/images/biwa_boats.png", caption: "Lake Biwa Boats" },
25-
{ src: "../assets/images/vermont.png", caption: "Quechee, Vermont" },
26-
{ src: "../assets/images/wini.png", caption: "Lake Winnipesaukee" }
23+
{ src: "../public/biwa.png", caption: "Me at Lake Biwa" },
24+
{ src: "../public/biwa_boats.png", caption: "Lake Biwa Boats" },
25+
{ src: "../public/vermont.png", caption: "Quechee, Vermont" },
26+
{ src: "../public/wini.png", caption: "Lake Winnipesaukee" }
2727
]}
2828
/>
2929
</div>

0 commit comments

Comments
 (0)