Skip to content

Commit

Permalink
fix component name
Browse files Browse the repository at this point in the history
  • Loading branch information
calvo-jp committed Feb 29, 2024
1 parent 96664ff commit a7f853d
Show file tree
Hide file tree
Showing 2 changed files with 1,173 additions and 1,173 deletions.
2 changes: 1 addition & 1 deletion scripts/src/website/generate-database.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function generate_database() {

return {
html,
name: dash_to_pascal(icon.basename),
name: dash_to_pascal(icon.filename),
slug: icon.filename,
};
});
Expand Down
Loading

0 comments on commit a7f853d

Please sign in to comment.