From 173cc23974954224e42e65a73445cb37acac5516 Mon Sep 17 00:00:00 2001 From: Servan42 Date: Thu, 24 Jul 2025 23:26:07 +0200 Subject: [PATCH] feat: Added a github logo that links to the issue page --- BankingService.Api/ClientApp/src/app/app.component.css | 7 ++++++- BankingService.Api/ClientApp/src/app/app.component.html | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/BankingService.Api/ClientApp/src/app/app.component.css b/BankingService.Api/ClientApp/src/app/app.component.css index 52947f5..665d49e 100644 --- a/BankingService.Api/ClientApp/src/app/app.component.css +++ b/BankingService.Api/ClientApp/src/app/app.component.css @@ -41,7 +41,7 @@ color: lightgray; font-family: Ubuntu; font-size: large; - margin-right: 15px + margin-right: 15px; } .header-link-current { @@ -51,3 +51,8 @@ .link-active { color: red; } + +.octicon-link { + fill: lightgray; + margin-left: auto; +} diff --git a/BankingService.Api/ClientApp/src/app/app.component.html b/BankingService.Api/ClientApp/src/app/app.component.html index 3c24454..63ef94c 100644 --- a/BankingService.Api/ClientApp/src/app/app.component.html +++ b/BankingService.Api/ClientApp/src/app/app.component.html @@ -8,6 +8,10 @@ Dashboard + +