Skip to content

Commit

Permalink
Fix baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Oct 9, 2024
1 parent dd84d57 commit 708da8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const Home = () => {
<p className="text-sm">{partner.description}</p>
<button
className="mt-2 bg-green-500 text-white px-4 py-1 rounded hover:bg-green-600 transition-colors"
onClick={() => window.location.href = `${baseUrl}partners/${partner.slug}`}
onClick={() => window.location.href = `${baseUrl}/partners/${partner.slug}`}
>
Learn More
</button>
Expand Down

0 comments on commit 708da8f

Please sign in to comment.