From 793f3e476b770c0511af73867ab21d68b3f67827 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:14:41 +0100 Subject: [PATCH] Add links --- .../src/app/pages/about/about-page.html | 47 ++++++++++++++----- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/apps/client/src/app/pages/about/about-page.html b/apps/client/src/app/pages/about/about-page.html index 44c8ae9cc..ca3375652 100644 --- a/apps/client/src/app/pages/about/about-page.html +++ b/apps/client/src/app/pages/about/about-page.html @@ -132,16 +132,35 @@
-

{{ statistics?.slackCommunityUsers ?? '-' }}

-
Users in Slack community
+ +

+ {{ statistics?.slackCommunityUsers ?? '-' }} +

+
Users in Slack community
+
-

{{ statistics?.gitHubContributors ?? '-' }}

-
Contributors on GitHub
+ +

+ {{ statistics?.gitHubContributors ?? '-' }} +

+
Contributors on GitHub
+
-

{{ statistics?.gitHubStargazers ?? '-' }}

-
Stars on GitHub
+ +

{{ statistics?.gitHubStargazers ?? '-' }}

+
Stars on GitHub
+
@@ -150,22 +169,28 @@
-
- Blog -
Changelog & License
+
+ Blog +