Skip to content

Commit

Permalink
🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
SamsShow committed Dec 6, 2023
1 parent 4b6b2d4 commit 47eed1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const projectsData = [
tags: ["HTML", "CSS", "Javascript"],
imageUrl: imgsearch,
githubUrl: "https://github.com/SamsShow/ImageSearch",
ProjectUrl: "https://samsshow.github.io/ImageSearch/"
ProjectUrl: "https://image-search-samsshows-projects.vercel.app/"
},
{
title: "QR Code Generator",
Expand All @@ -110,7 +110,7 @@ export const projectsData = [
tags: ["HTML", "Tailwind", "JavaScript"],
imageUrl: qrcode,
githubUrl: "https://github.com/SamsShow/Cleancode",
ProjectUrl: "https://samsshow.github.io/Cleancode/"
ProjectUrl: "https://cleancode-three.vercel.app/"
},
{
title: "Hoverboard",
Expand All @@ -119,7 +119,7 @@ export const projectsData = [
tags: ["HTML", "Tailwind", "JavaScript"],
imageUrl: hoverboard,
githubUrl: "https://github.com/SamsShow/hoverboard",
ProjectUrl: "https://samsshow.github.io/hoverboard/"
ProjectUrl: "https://hoverboard-six-gamma.vercel.app/"
},
] as const;

Expand Down

0 comments on commit 47eed1b

Please sign in to comment.