From 68cb4b27d1c9ca389ee758beb077f76e0b5ca84d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:20:15 +0200 Subject: [PATCH] Feature/add logotype to footer (#3947) * Add logo type to footer * Update changelog --- CHANGELOG.md | 4 ++++ apps/client/src/app/app.component.html | 11 ++++++++--- apps/client/src/app/app.component.scss | 7 +++++++ libs/ui/src/lib/logo/logo.component.scss | 1 + 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf35095c..c41dc64aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added the logotype to the footer + ### Changed - Improved the backgrounds of the chart of the holdings tab on the home page (experimental) diff --git a/apps/client/src/app/app.component.html b/apps/client/src/app/app.component.html index ff21a229d..b12855488 100644 --- a/apps/client/src/app/app.component.html +++ b/apps/client/src/app/app.component.html @@ -46,7 +46,7 @@ @if (showFooter) { -