Skip to content

Commit

Permalink
feat: Part of message in popup in <strong>
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jan 28, 2024
1 parent 7740726 commit da57e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ import './assets/main.css'
theme: 'light',
icon: 'icon-person',
title: 'Hey',
message: `<p>${userInform}. To see your collections go to the options of the Kerific extension (right-click on the icon).</p>`,
message: `<p><strong>${userInform}</strong>. To see your collections go to the options of the Kerific extension (right-click on the icon).</p>`,
position: 'topRight', // bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter
progressBarColor: 'rgb(91 175 255)',
maxWidth: '25%',
Expand Down

0 comments on commit da57e53

Please sign in to comment.