fix: add ability to subscribe without account (#722)

This commit is contained in:
Mo
2021-11-05 10:09:46 -05:00
committed by GitHub
parent 42b3cf5750
commit e1e38c65db
7 changed files with 26 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ export const NoSubscription: FunctionalComponent<{
<LinkButton
className="min-w-20 mt-3 mr-3"
label="Learn More"
link="https://standardnotes.com/plans"
link={window._plans_url as string}
/>
{application.hasAccount() &&
<Button