From 0a37fa5a21414f02d33d686583545bf6a7e958c4 Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 28 May 2025 04:54:35 +0200 Subject: [PATCH] Add Github Logo on footer (#875) ## Description: Logo github added on footer (white and dark logos added in ressources/static/icons) ## Please complete the following: Resolves: #791 - [x] I have added screenshots for all UI updates - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: discord: _noyle ![screenshot-20250525-105758](https://github.com/user-attachments/assets/ff399af8-ef03-4e73-8c9b-3a31752b0ebd) --------- Co-authored-by: tnhnblgl <51187395+tnhnblgl@users.noreply.github.com> Co-authored-by: evanpelle --- resources/icons/github-mark-white.svg | 1 + resources/icons/github-mark.svg | 1 + src/client/index.html | 9 ++++++++- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 resources/icons/github-mark-white.svg create mode 100644 resources/icons/github-mark.svg diff --git a/resources/icons/github-mark-white.svg b/resources/icons/github-mark-white.svg new file mode 100644 index 000000000..d5e649185 --- /dev/null +++ b/resources/icons/github-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/icons/github-mark.svg b/resources/icons/github-mark.svg new file mode 100644 index 000000000..37fa923df --- /dev/null +++ b/resources/icons/github-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/client/index.html b/src/client/index.html index e1a224ea0..35454680e 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -350,10 +350,17 @@