From 86da20416972b38cb839a617bb25ca1e39705708 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Tue, 16 Jan 2018 23:25:07 +0000 Subject: [PATCH] Add manage stickerpacks link --- src/components/views/rooms/Stickerpack.js | 67 +++++++++++++++-------- 1 file changed, 44 insertions(+), 23 deletions(-) diff --git a/src/components/views/rooms/Stickerpack.js b/src/components/views/rooms/Stickerpack.js index 0553fbbdc6..a12f1f359d 100644 --- a/src/components/views/rooms/Stickerpack.js +++ b/src/components/views/rooms/Stickerpack.js @@ -56,29 +56,50 @@ export default class Stickerpack extends React.Component { // Load stickerpack content if (stickerpackWidget && stickerpackWidget.content && stickerpackWidget.content.url) { - stickersContent =
- -
; + stickersContent = ( +
+
+ +
+
+ Add sticker packs +
+
+ ); } else { // Default content to show if stickerpack widget not added stickersContent =

Click here to add your first sitckerpack

;