Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 45de8dd

Browse files
committed
update the button to point to /blog/ instead of docs.
1 parent b4f982d commit 45de8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/pricing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const pricingLinksContents = {
3030
</>,
3131
links: <>
3232
<Link to="/features/" className="btn btn--cta">See Features</Link>
33-
<Link to="/docs/" className="btn">See Docs</Link>
33+
<Link to="/blog/" className="btn">See Blog</Link>
3434
</>
3535
}
3636
}

0 commit comments

Comments
 (0)