From 184be7f2e65ee57a6d62e2caf2d6d6f025836bec Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Tue, 15 Oct 2019 11:44:26 +0200
Subject: [PATCH] Fix #943: Replaced PDF icon by List icon in playlist
 placeholder (#943)

---
 front/src/components/playlists/943.bugfix            | 1 +
 front/src/components/playlists/PlaceholderWidget.vue | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 front/src/components/playlists/943.bugfix

diff --git a/front/src/components/playlists/943.bugfix b/front/src/components/playlists/943.bugfix
new file mode 100644
index 000000000..af5014203
--- /dev/null
+++ b/front/src/components/playlists/943.bugfix
@@ -0,0 +1 @@
+Replaced PDF icon by List icon in playlist placeholder (#943)
diff --git a/front/src/components/playlists/PlaceholderWidget.vue b/front/src/components/playlists/PlaceholderWidget.vue
index d72ab95fb..772fd6c9d 100644
--- a/front/src/components/playlists/PlaceholderWidget.vue
+++ b/front/src/components/playlists/PlaceholderWidget.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="ui placeholder segment">
     <div class="ui icon header">
-      <i class="pdf file outline icon"></i>
+      <i class="list icon"></i>
       <translate translate-context="Content/Home/Placeholder">
         No playlists have been created yet
       </translate>
-- 
GitLab