Skip to content

Commit

Permalink
link-to-explore-algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohith1490 committed Oct 2, 2024
1 parent f5e9cb1 commit 2b9a15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Homepage/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const HeroSection: React.FC = () => {
{/* Call to Action Buttons */}
<div className="flex flex-col md:flex-row items-center justify-center space-y-4 md:space-y-0 md:space-x-6">
<a
href="https://ajay-dhangar.github.io/algo/docs/"
href="/algo/docs/"
className="px-6 py-3 text-lg font-medium text-white bg-blue-600 hover:bg-blue-700 rounded-lg transition duration-300 ease-in-out"
>
Explore Algorithms
Expand Down

0 comments on commit 2b9a15d

Please sign in to comment.