From cd89785344f14925c8316abfc788afd492a7a3f2 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 23 Mar 2018 14:59:12 +0100
Subject: [PATCH] Fix #101: Added credits to Francis Gading for the logotype

---
 changes/changelog.d/101.enhancement | 1 +
 front/src/App.vue                   | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 changes/changelog.d/101.enhancement

diff --git a/changes/changelog.d/101.enhancement b/changes/changelog.d/101.enhancement
new file mode 100644
index 00000000..e6d1fde9
--- /dev/null
+++ b/changes/changelog.d/101.enhancement
@@ -0,0 +1 @@
+Added credits to Francis Gading for the logotype (#101)
diff --git a/front/src/App.vue b/front/src/App.vue
index d15eebdb..bff52e97 100644
--- a/front/src/App.vue
+++ b/front/src/App.vue
@@ -21,6 +21,7 @@
           <div class="ten wide column">
             <h4 class="ui header">About funkwhale</h4>
             <p>Funkwhale is a free and open-source project run by volunteers. You can help us improve the platform by reporting bugs, suggesting features and share the project with your friends!</p>
+            <p>The funkwhale logo was kindly designed and provided by Francis Gading.</p>
           </div>
         </div>
       </div>
-- 
GitLab