Skip to content

Commit

Permalink
🐛 Stop using localized links to app (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella authored Apr 8, 2023
1 parent 964dbae commit b4423e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/components/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ const Hero: React.FunctionComponent = () => {
<div className="space-x-3">
<Link
href="/new"
locale={false}
className="bg-primary-500 hover:bg-primary-600/90 active:bg-primary-500/90 rounded-md px-5 py-3 font-semibold text-white shadow-sm transition-all hover:text-white hover:no-underline hover:shadow-md"
>
{t("getStarted")}
</Link>
<Link
href="/demo"
locale={false}
className="rounded-md bg-slate-500 px-5 py-3 font-semibold text-white shadow-sm transition-all hover:bg-slate-500/90 hover:text-white hover:no-underline hover:shadow-md active:bg-slate-600/90"
rel="nofollow"
>
Expand Down

0 comments on commit b4423e3

Please sign in to comment.