From 4a834b81403b452ec65881abeee9936d87e7a8cd Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 12 Mar 2019 10:35:51 +0100 Subject: [PATCH] Add play icon to topic page --- client/src/components/icons/Play.vue | 5 +++++ client/src/pages/topic.vue | 12 +++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 client/src/components/icons/Play.vue diff --git a/client/src/components/icons/Play.vue b/client/src/components/icons/Play.vue new file mode 100644 index 00000000..ff5356bd --- /dev/null +++ b/client/src/components/icons/Play.vue @@ -0,0 +1,5 @@ + diff --git a/client/src/pages/topic.vue b/client/src/pages/topic.vue index 8d3511bc..1cff30bf 100644 --- a/client/src/pages/topic.vue +++ b/client/src/pages/topic.vue @@ -5,6 +5,7 @@ {{topic.teaser}}

@@ -15,11 +16,13 @@