From 024b2d58f76a8377af3705f26ab87d387652a131 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 11 Oct 2020 19:25:38 +0900 Subject: [PATCH] Move social media icons to bottom, add terms of service links --- .../app/components/about/about.component.html | 50 +++++++++++-------- .../app/dashboard/dashboard.component.html | 8 ++- 2 files changed, 35 insertions(+), 23 deletions(-) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index e616fd379..deb8825dd 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -4,28 +4,12 @@

+
+ Git commit: {{ gitCommit$ | async }} +
+
- - - - - - - - - - - - - - - - - - -


-

Maintainers

@@ -115,12 +99,34 @@

If you specified a Twitter handle, the profile photo should now be visible on this page when you reload.

+



+ + + + + + + + + + + + + + + + + + + +
+ -
+

- Git commit: {{ gitCommit$ | async }} + Terms of Service
diff --git a/frontend/src/app/dashboard/dashboard.component.html b/frontend/src/app/dashboard/dashboard.component.html index 6a41acc37..07c3db1c0 100644 --- a/frontend/src/app/dashboard/dashboard.component.html +++ b/frontend/src/app/dashboard/dashboard.component.html @@ -130,6 +130,12 @@ +
+ +
+ Terms of Service +
+ @@ -140,4 +146,4 @@
-
\ No newline at end of file +