From da57e5348ae61cf0ce4bb9e8a857323dbb1f85d3 Mon Sep 17 00:00:00 2001 From: kor Date: Sun, 28 Jan 2024 16:57:58 +0100 Subject: [PATCH] feat: Part of message in popup in --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 6d67aa5..22b81f9 100644 --- a/src/main.js +++ b/src/main.js @@ -508,7 +508,7 @@ import './assets/main.css' theme: 'light', icon: 'icon-person', title: 'Hey', - message: `

${userInform}. To see your collections go to the options of the Kerific extension (right-click on the icon).

`, + message: `

${userInform}. To see your collections go to the options of the Kerific extension (right-click on the icon).

`, position: 'topRight', // bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter progressBarColor: 'rgb(91 175 255)', maxWidth: '25%',