Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ofluffydev committed Jul 30, 2024
1 parent e7d34c7 commit 5533a62
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Binary file added src/assets/Images/java.webp
Binary file not shown.
Binary file added src/assets/Images/loom.webp
Binary file not shown.
Binary file added src/assets/Images/old.webp
Binary file not shown.
Binary file added src/assets/Images/python-course.webp
Binary file not shown.
Binary file added src/assets/Images/react.webp
Binary file not shown.
Binary file added src/assets/Images/spinny-car.webp
Binary file not shown.
Binary file added src/assets/Images/tps.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions src/components/home/OtherWebsites.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {Box, Brush, Camera, History} from 'lucide-react';
import WebsiteCard from "../../fluffy-pack/components/WebsiteCard.tsx";
import tpsImage from "../../assets/Images/tps.png";
import spinnyCarImage from "../../assets/Images/spinny-car.png";
import loomImage from "../../assets/Images/loom.png";
import oldWebsiteImage from "../../assets/Images/old.png";
import tpsImage from "../../assets/Images/tps.webp";
import spinnyCarImage from "../../assets/Images/spinny-car.webp";
import loomImage from "../../assets/Images/loom.webp";
import oldWebsiteImage from "../../assets/Images/old.webp";

const websiteData = [{
name: "The Photo Store",
Expand Down

0 comments on commit 5533a62

Please sign in to comment.