Add: change math tag color

This commit is contained in:
2024-11-27 12:07:29 +01:00
parent 81512e97bf
commit 4027dc0126

View File

@@ -93,6 +93,6 @@ export const TAGS: Array<Tag> = [
{ {
label: 'Maths', label: 'Maths',
icon: 'i-ph-calculator-duotone', icon: 'i-ph-calculator-duotone',
color: 'rose', color: 'pink',
}, },
] ]