Skip to content

Commit

Permalink
chore: update faq
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Nov 8, 2023
1 parent 706b269 commit 30f871f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/website/src/components/faq/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export const Faq = () => {
<>
We&apos;ll add new components and improvements to the library as
we get new ideas and feedback, you will receive these updates
during the first year. After that you can renew your license for a
reduced fee.
during the first year. After that you can renew your license if
you want to keep receiving updates.
<br />
<br />
We might release different stacks, for example for Vue and
Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/pages/api/figma-signup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
const json = await response.json()

if (json.success) {
sendDiscordNotification({ name, email })
await sendDiscordNotification({ name, email })
}

res.status(200).json({ success: !!json.success })
Expand Down

1 comment on commit 30f871f

@vercel
Copy link

@vercel vercel bot commented on 30f871f Nov 8, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.