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

;