diff --git a/components/Modal/index.tsx b/components/Modal/index.tsx index 8b17791..b2f2e8b 100644 --- a/components/Modal/index.tsx +++ b/components/Modal/index.tsx @@ -11,10 +11,10 @@ type Props = { export default function Modal({ toggleModal, className, children }: Props) { return ( -
+ {text} +
+ ) : undefined} + {children} ++ © {new Date().getFullYear()} Linkwarden. All rights reserved. +
+
+
Choose a Username (Last step)
- © {new Date().getFullYear()} Linkwarden. All rights reserved.{" "} -
- > + ); } diff --git a/pages/confirmation.tsx b/pages/confirmation.tsx index 1c9a657..4ac68dc 100644 --- a/pages/confirmation.tsx +++ b/pages/confirmation.tsx @@ -1,25 +1,27 @@ -import { signIn } from "next-auth/react"; +import CenteredForm from "@/layouts/CenteredForm"; +import Link from "next/link"; import React from "react"; export default function EmailConfirmaion() { return ( -Please check your email
++ Please check your Email +
A sign in link has been sent to your email address.
You can safely close this page.
- {/*+ If you didn't recieve anything, go to the{" "} + + Password Recovery + {" "} + page and enter your Email to resend the sign in link. +
Fogot Password?
-- Enter your Email so we can send you a link to recover your account. -
-- Make sure to change your password in the profile settings afterwards. -
+Password Recovery
++ Enter your Email so we can send you a link to recover your account. + Make sure to change your password in the profile settings + afterwards. +
++ You wont get logged in if you haven't created an account yet. +
+- © {new Date().getFullYear()} Linkwarden. All rights reserved.{" "} -
- > +- Sign in to your account -
-
+
Enter your credentials
Username
@@ -99,7 +91,7 @@ export default function Login() {
- © {new Date().getFullYear()} Linkwarden. All rights reserved.{" "}
-
- {process.env.NEXT_PUBLIC_STRIPE_IS_ACTIVE
- ? `Start using our premium services with a ${
+
+ : "Create a new account"
+ }
+ >
+
Enter your details
- Password
-
+ Password
+
- Confirm Password
-
+ Confirm Password
+
By signing up, you agree to our{" "}
@@ -212,7 +205,7 @@ export default function Register() {
.
- © {new Date().getFullYear()} Linkwarden. All rights reserved.{" "}
-
- {process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS || 14} days free trial, then
- ${process.env.NEXT_PUBLIC_PRICING}/month afterwards
-
+ Subscribe to Linkwarden!
+
- You will be redirected to Stripe.
-
+ You will be redirected to Stripe.
Feel free to reach out to us at{" "}
support@linkwarden.app
@@ -65,9 +61,6 @@ export default function Subscribe() {
Sign Out
- © {new Date().getFullYear()} Linkwarden. All rights reserved.{" "}
-