Skip to content

Commit

Permalink
Merge pull request #65 from Subham-u/view-more
Browse files Browse the repository at this point in the history
view more button functionality
  • Loading branch information
Mahitej28 authored May 13, 2024
2 parents 9c5c9ee + 3ca6891 commit d259942
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ function Home() {
/>
</div>
</div>
<Button text="View More" color="mygreen" hover="myred" />
<Link to="/home/shop"><Button text="View More" color="mygreen" hover="myred" />
</Link>
</div>
</div>

Expand Down

0 comments on commit d259942

Please sign in to comment.