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] 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;
+ }
}
}