commit 439169b2e48c486952f813726f1b113e7ff0853f
parent e4b5fc4a20bbc419ddf688e5a7cf458cc6b95464
Author: Wim Dupont <wim@wimdupont.com>
Date: Thu, 8 Dec 2022 21:50:37 +0100
changed gitlab icon to git icon
Former-commit-id: 2ae4b2c304608a815c77243415869b6e8f7c6ebc
Diffstat:
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/static/images/git.png b/src/main/resources/static/images/git.png
Binary files differ.
diff --git a/src/main/resources/static/images/gitlab.png b/src/main/resources/static/images/gitlab.png
Binary files differ.
diff --git a/src/main/resources/templates/navigation.html b/src/main/resources/templates/navigation.html
@@ -7,7 +7,7 @@
<a href="/donate">💰 Donate</a>
<div class="right">
<a class="navimg" target="_blank" href="https://gitlab.com/users/WimDupont/projects">
- <img alt="Gitlab" title="Gitlab" src="/images/gitlab.png" width="20" height="20">
+ <img alt="Git" title="Git" src="/images/git.png" width="20" height="20">
</a>
<a class="navimg" href="/rss.xml">
<img alt="RSS Feed" title="RSS Feed" src="/images/rssfeed.png" width="20" height="20">