From cfdb9be24dc8625c761e10b287036bcd85393472 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Wed, 21 Mar 2018 20:13:22 +0100 Subject: [PATCH] Fix #96: typo and missing icon in homepage --- changes/changelog.d/96.bugfix | 1 + front/src/components/Home.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changes/changelog.d/96.bugfix diff --git a/changes/changelog.d/96.bugfix b/changes/changelog.d/96.bugfix new file mode 100644 index 0000000000..a37acb1bf0 --- /dev/null +++ b/changes/changelog.d/96.bugfix @@ -0,0 +1 @@ +Fixed typo and missing icon on homepage (#96) diff --git a/front/src/components/Home.vue b/front/src/components/Home.vue index 0cea1c25ab..ad1ad93cb0 100644 --- a/front/src/components/Home.vue +++ b/front/src/components/Home.vue @@ -94,9 +94,9 @@ <p>Funkwhale is dead simple to use.</p> <div class="ui list"> <div class="item"> - <i class="libraryr icon"></i> + <i class="book icon"></i> <div class="content"> - No add-ons, no plugins : you only need a web libraryr + No add-ons, no plugins : you only need a web library </div> </div> <div class="item"> -- GitLab