diff --git a/apps/www/src/routes/(onboarding)/new/[id]/index.tsx b/apps/www/src/routes/(onboarding)/new/[id]/index.tsx new file mode 100644 index 00000000..e1833959 --- /dev/null +++ b/apps/www/src/routes/(onboarding)/new/[id]/index.tsx @@ -0,0 +1,9 @@ +import { component$ } from "@builder.io/qwik"; +import { useLocation } from "@builder.io/qwik-city"; + +export default component$(() => { + const location = useLocation() + return ( +
*/}
+ + Already have an account? + Login + +
+ ) : ( ++ Don't have an account yet? + Join + +
+ )} +
+ By creating an account, you agree to our
+ Terms of Service
+ and Privacy Policy
+
+