From 34d5a2f9c06484098b6e67bc10d0858956bbb101 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Wed, 16 Nov 2022 23:39:58 -0500 Subject: [PATCH 1/2] Add nunchuk to community integrations --- frontend/src/app/components/about/about.component.html | 4 ++++ frontend/src/resources/profile/nunchuk.svg | 1 + 2 files changed, 5 insertions(+) create mode 100644 frontend/src/resources/profile/nunchuk.svg diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 5cfb2c905..876bec028 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -274,6 +274,10 @@ Schildbach + + + Nunchuk + diff --git a/frontend/src/resources/profile/nunchuk.svg b/frontend/src/resources/profile/nunchuk.svg new file mode 100644 index 000000000..0b46b5355 --- /dev/null +++ b/frontend/src/resources/profile/nunchuk.svg @@ -0,0 +1 @@ + From 2a6ac4a5da67cd959a584d93ec75387611d03ec9 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Wed, 16 Nov 2022 23:53:01 -0500 Subject: [PATCH 2/2] Adjust image sizes to avoid dangling image --- frontend/src/app/components/about/about.component.html | 2 +- frontend/src/app/components/about/about.component.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 876bec028..cc24e7893 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -129,7 +129,7 @@ Gemini - + diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 2cc5d5102..1d1d93214 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -3,8 +3,8 @@ text-align: center; .image { - width: 80px; - height: 80px; + width: 81px; + height: 81px; background-size: 100%, 100%; border-radius: 50%; margin: 25px;