You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/frontend/src/auth/AuthModal.tsx
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
importReact,{useState,useEffect}from"react";
2
2
importReactDOMfrom"react-dom";
3
+
import{capture}from"../utils/posthog";
3
4
import"../styles/AuthModal.scss";
4
5
5
6
interfaceAuthModalProps{
@@ -9,14 +10,14 @@ interface AuthModalProps {
9
10
}
10
11
11
12
constAuthModal: React.FC<AuthModalProps>=({
12
-
title ="pad.ws",
13
-
description ="Welcome\n\nPad is a browser-based developer environment where you can take notes and code side to side.\n\nYour workspace is an Ubuntu virtual machine that we run for you in the cloud",
13
+
description ="This is a browser-based developer environment where you can take notes and code side to side.\n\nYour workspace is an Ubuntu virtual machine that we run for you in the cloud",
14
14
infoText ="🚧 This is a beta. Consider all data is temporary and might be deleted at any time while we build",
0 commit comments