Set default icon
This commit is contained in:
parent
532cc90191
commit
4ca100dd48
1 changed files with 5 additions and 0 deletions
5
content/tabs/sample.astro
Normal file
5
content/tabs/sample.astro
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
export const name = 'Sample'
|
||||
export const icon = 'vial'
|
||||
export const options = 'active'
|
||||
---
|
Reference in a new issue