From 72a9b71901bb32d051a14bd663ef6fcb06f95d9f Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Tue, 7 Mar 2023 05:01:49 -0500 Subject: [PATCH 1/3] Add youtube and peertube links to about page --- frontend/src/app/components/about/about.component.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 23fed8dcd..9354a7d49 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -383,6 +383,12 @@ + + + + + + From 513277cef7a7531a9b744fbe8a225eadcac6a15a Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Sun, 12 Mar 2023 01:48:22 -0500 Subject: [PATCH 2/3] Replace peertube logo with bitcointv logo --- frontend/src/app/components/about/about.component.html | 4 ++-- frontend/src/app/components/about/about.component.scss | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 9354a7d49..da8eded0c 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -386,8 +386,8 @@ - - + + diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 2efd2f73b..e772c07d9 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -199,6 +199,16 @@ a { margin: 45px 10px; } + .bitcointv svg { + width: 36px; + height: auto; + vertical-align: bottom; + margin-bottom: 2px; + margin-left: 5px; + } + .bitcointv svg:hover { + opacity: 0.75; + } } } From 19e2d687d07eb14c62113952446ce61f9207e1ea Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 12 Mar 2023 16:48:23 +0900 Subject: [PATCH 3/3] Use correct BitcoinTV logo --- frontend/src/app/components/about/about.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index da8eded0c..ed4b9db87 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -387,7 +387,7 @@ - +