mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
[redesign] change search category icon
This commit is contained in:
parent
814755c167
commit
7f6fddd07d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ function createCommandPage(context, prefix, command){
|
||||||
const categories = {
|
const categories = {
|
||||||
"core": `${iconPill("home", "Core Commands")}`,
|
"core": `${iconPill("home", "Core Commands")}`,
|
||||||
"info": `${iconPill("information", "Information Commands")}`,
|
"info": `${iconPill("information", "Information Commands")}`,
|
||||||
"search": `${iconPill("search", "Search Commands")}`,
|
"search": `${iconPill("mag", "Search Commands")}`,
|
||||||
"utils": `${iconPill("tools", "Utility Commands")}`,
|
"utils": `${iconPill("tools", "Utility Commands")}`,
|
||||||
"fun": `${iconPill("stars", "Fun Commands")}`,
|
"fun": `${iconPill("stars", "Fun Commands")}`,
|
||||||
"image": `${iconPill("image", "Image Commands")}`,
|
"image": `${iconPill("image", "Image Commands")}`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue