Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Fix link button on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
JeaneC committed Aug 22, 2023
1 parent e8b6582 commit ae3c372
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/home/src/components/HeroCTA.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ export function HeroCTA() {
</div>
</div>
<div className="mt-10 flex justify-center gap-x-6">
<Button color="white" className="text-[black]">
<Button
color="white"
className="text-[black]"
href="https://recipeui.com/"
>
Check it out at RecipeUI
</Button>
</div>
Expand Down

1 comment on commit ae3c372

@vercel
Copy link

@vercel vercel bot commented on ae3c372 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

recipe-ui-desktop – ./apps/home

home.recipeui.com
recipe-ui-desktop-git-main-recipeui.vercel.app
recipe-ui-desktop-recipeui.vercel.app

Please sign in to comment.