Skip to content

Commit

Permalink
final redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
myweb3journey committed Mar 13, 2024
1 parent a4f6ea2 commit bab5704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Hero = () => {
</p>
<div className="mt-8">
<Link to={links.new_website}>
<button className="flex items-center p-4 text-sm text-start font-medium leading-5 text-white bg-black border border-green-300 shadow-md dark:border-white dark:text-white focus:bg-green-500 hover:bg-green-500 duration-150">
<button className="flex items-center p-3 text-sm text-start font-medium leading-5 text-white bg-black border border-green-300 shadow-md dark:border-white dark:text-white focus:bg-green-500 hover:bg-green-500 duration-150">
{homeHeroData.description[1]}
</button>
</Link>
Expand Down

0 comments on commit bab5704

Please sign in to comment.