Skip to content

Commit

Permalink
[CR] Add more tags
Browse files Browse the repository at this point in the history
  • Loading branch information
NishalJohn committed Apr 8, 2024
1 parent 62b2b1c commit 10bc61c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/pages/AssetLibrary/AssetLibraryModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ export const AssetLibraryModal = ({ onAddResource }) => {
"Sports",
"Medical",
"Survival",
"Combat",
"Wildlife",
"Water"

];
//------------------------
Expand Down
5 changes: 4 additions & 1 deletion src/pages/AssetLibrary/MarketplaceAssetLibraryModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ export const MarketplaceAssetLibraryModal = ({ onAddResource }) => {
"Sports",
"Military",
"Medical",
"Survival"
"Survival",
"Combat",
"Wildlife",
"Water"
];
//------------------------

Expand Down

0 comments on commit 10bc61c

Please sign in to comment.