Skip to content

Commit

Permalink
Merge branch 'GTANAdam:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
meirroth committed May 22, 2021
2 parents 406d9a4 + 6730f29 commit 9879df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Fa.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
icon: {
type: String,
required: true,
// validator: (value) => ... // TODO: Check if contains fa(s|r|d|l)
// validator: (value) => ... // TODO: Check if contains fa(s|r|d|l|t)
},
primaryColor: {
type: String,
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const iconTypes = [
{prefix: "fal", libary: "light", type: ""},
{prefix: "fab", libary: "brands", type: ""},
{prefix: "fad", libary: "duotone", type: ""},
{prefix: "fat", libary: "thin", type: ""},
];

const faModule = "@fortawesome";
Expand Down

0 comments on commit 9879df7

Please sign in to comment.