Skip to content

Commit bdfaddb

Browse files
Jurgen Leschnerroboquat
Jurgen Leschner
authored andcommitted
Link to privacy policy from login page
1 parent 03d0f73 commit bdfaddb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dashboard/src/Login.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ export function Login() {
209209
</div>
210210
<div className="flex-none mx-auto h-20 text-center">
211211
<span className="text-gray-400">
212-
By signing in, you agree to our <a className="gp-link hover:text-gray-600" target="gitpod-terms" href="https://www.gitpod.io/terms/">terms of service</a>.
212+
By signing in, you agree to our <a className="gp-link hover:text-gray-600" target="gitpod-terms" href="https://www.gitpod.io/terms/">terms of service</a>
213+
and <a className="gp-link hover:text-gray-600" target="gitpod-privacy" href="https://www.gitpod.io/privacy/">privacy policy</a>.
213214
</span>
214215
</div>
215216
</div>

0 commit comments

Comments
 (0)