Skip to content

Commit

Permalink
feat: Don't mention 50 free emails
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Dec 15, 2023
1 parent 85416a6 commit fca04a0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 69 deletions.
2 changes: 1 addition & 1 deletion src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function Nav(): React.ReactElement {
<Spacer x={0.5} />
<Link href="/signup">
<Button auto type="success">
Get Started - 50 free emails
Sign up
</Button>
</Link>
</>
Expand Down
62 changes: 0 additions & 62 deletions src/components/ProductCard/FreeTrial.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/ProductCard/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from "./Commercial";
export * from "./FreeTrial";
export * from "./SaaS10k";
export * from "./SaaS100k";
5 changes: 0 additions & 5 deletions src/pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ export default function SignUp(): React.ReactElement {

return (
<SigninLayout title="Sign Up">
<p className="text-center">
<small>
<em>50 free email verifications when you sign up.</em>
</small>
</p>
<Input
type="email"
placeholder="Email"
Expand Down

1 comment on commit fca04a0

@vercel
Copy link

@vercel vercel bot commented on fca04a0 Dec 15, 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.