mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-23 13:27:04 -04:00
make pills bold
This commit is contained in:
parent
15526dcc15
commit
2d322e4764
2 changed files with 5 additions and 5 deletions
|
@ -25,5 +25,5 @@ module.exports.timestamp = function(time, flag = "t"){
|
|||
|
||||
module.exports.iconPill = function(icon, content){
|
||||
if(!ICONS[icon]) icon = "question"
|
||||
return ICONS[icon] + ' ' + "` " + content + " `"
|
||||
return ICONS[icon] + " **` " + content + " `**"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue