Skip to content

Commit

Permalink
set demo
Browse files Browse the repository at this point in the history
  • Loading branch information
adilraees786 committed Dec 19, 2024
1 parent e92bc02 commit fc3f71f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Portfolio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Portfolio = () => {
{
id: 3,
src: onlinestore,
demoLink: "https://example.com/onlinestore",
demoLink: "https://adilraees786.github.io/E-commerce-website.js/",
},
{
id: 4,
Expand All @@ -32,7 +32,7 @@ const Portfolio = () => {
{
id: 5,
src: budgetapp,
demoLink: "https://example.com/budgetapp",
demoLink: "https://adilraees786.github.io/Budget-Expensive-Cal/",
},
{
id: 6,
Expand Down Expand Up @@ -71,9 +71,9 @@ const Portfolio = () => {
>
Demo
</a>
<button className="w-1/2 px-6 py-3 m-4 duration-200 hover:scale-105">
{/* <button className="w-1/2 px-6 py-3 m-4 duration-200 hover:scale-105">
Code
</button>
</button> */}
</div>
</div>
))}
Expand Down

0 comments on commit fc3f71f

Please sign in to comment.