Skip to content

Commit

Permalink
fix typo in align-horizontal-distribute icon names (lucide-icons#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4lv authored Mar 21, 2022
1 parent e7c4542 commit 66d699d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,21 @@
"flex",
"justify"
],
"align-horizonal-distribute-center": [
"align-horizontal-distribute-center": [
"items",
"flex",
"justify",
"space",
"evenly",
"around"
],
"align-horizonal-distribute-end": [
"align-horizontal-distribute-end": [
"right",
"items",
"flex",
"justify"
],
"align-horizonal-distribute-start": [
"align-horizontal-distribute-start": [
"left",
"items",
"flex",
Expand Down

0 comments on commit 66d699d

Please sign in to comment.