mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 07:28:38 +01:00
Add: add only main tag in tab
This commit is contained in:
3
types.ts
3
types.ts
@@ -52,6 +52,7 @@ export interface Tag {
|
||||
label: string
|
||||
icon: string
|
||||
color: BadgeColor
|
||||
sort?: boolean
|
||||
}
|
||||
|
||||
export const TAGS: Array<Tag> = [
|
||||
@@ -59,11 +60,13 @@ export const TAGS: Array<Tag> = [
|
||||
label: 'Article',
|
||||
icon: 'i-ph-pencil-line-duotone',
|
||||
color: 'red',
|
||||
sort: true,
|
||||
},
|
||||
{
|
||||
label: 'Project',
|
||||
icon: 'i-ph-briefcase-duotone',
|
||||
color: 'blue',
|
||||
sort: true,
|
||||
},
|
||||
{
|
||||
label: 'R',
|
||||
|
||||
Reference in New Issue
Block a user