Skip to content

Commit

Permalink
Merge pull request #1 from benjamin-chavez/pr/fix-showcase-start-free…
Browse files Browse the repository at this point in the history
…-trial-link

Added missing link to the showcase `Start Free Trial` button
  • Loading branch information
daniel31x13 authored Aug 5, 2023
2 parents d9b05f2 + 4e11527 commit 3628833
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/Overview/Showcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ export default function Showcase() {
manager to collect, organize and archive webpages.
</p>
<div className="flex justify-center gap-5">
<PrimaryButton text="Start Free Trial" path="" />
<PrimaryButton
text="Start Free Trial"
path="https://cloud.linkwarden.app/register"
/>
<Link
href="https://github.com/linkwarden/linkwarden"
target="_blank"
Expand Down

0 comments on commit 3628833

Please sign in to comment.