Skip to content

Commit

Permalink
update iconscategories
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Sep 5, 2023
1 parent 47742d9 commit e6d47eb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .build/import-categories.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ extensions.forEach(function (extension) {
data = data.replace(/(---[\s\S]+?---)/, function (m, headerContent) {
console.log('categoryOriginal', fileOriginal, categoryOriginal && categoryOriginal[1], tagsOriginal && tagsOriginal[1])

// if (categoryOriginal) {
// headerContent = headerContent.replace(/category: .*\n/, '')
// headerContent = headerContent.replace(/---/, `---\ncategory: ${categoryOriginal[1]}`)
// }
if (categoryOriginal) {
headerContent = headerContent.replace(/category: .*\n/, '')
headerContent = headerContent.replace(/---/, `---\ncategory: ${categoryOriginal[1]}`)
}

if (tagsOriginal) {
headerContent = headerContent.replace(/tags: .*\n/, '')
Expand Down
1 change: 1 addition & 0 deletions src/_icons/alert-circle-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/_icons/alert-hexagon-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/_icons/alert-small-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/_icons/alert-square-rounded-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/_icons/alert-triangle-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/_icons/ironing-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit e6d47eb

@vercel
Copy link

@vercel vercel bot commented on e6d47eb Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tabler-icons – ./

tabler-icons-git-master-tabler-io.vercel.app
tabler-icons-tabler-io.vercel.app
tabler-icons.vercel.app

Please sign in to comment.