Skip to content

Commit af6b179

Browse files
committed
FA Icon Changes
1 parent aa3f5c0 commit af6b179

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

components/nav.ts

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
import { IconProp } from "@fortawesome/fontawesome-svg-core";
2-
import { faCommentDots, faFile, faFileCode } from "@fortawesome/free-solid-svg-icons";
2+
import {
3+
faCommentDots,
4+
faFileCode,
5+
faFileCircleCheck,
6+
faFilePen,
7+
faPaste,
8+
faFileCircleQuestion,
9+
faHouseCircleCheck,
10+
faComment,
11+
faTurnUp,
12+
} from "@fortawesome/free-solid-svg-icons";
313

414
export const Tools: Record<
515
string,
@@ -17,14 +27,14 @@ export const Tools: Record<
1727
{
1828
name: "Essentials Convert",
1929
short: "Essentials",
20-
icon: faCommentDots,
30+
icon: faHouseCircleCheck,
2131
description: "Convert EssentialsChat Configs to ChatChat Configs",
2232
link: "/converters/chatchat/essentialschat",
2333
},
2434
{
2535
name: "VentureChat Convert",
2636
short: "VentureChat",
27-
icon: faCommentDots,
37+
icon: faComment,
2838
description: "Convert VentureChat Configs to ChatChat Configs",
2939
link: "/converters/chatchat/venturechat",
3040
},
@@ -33,10 +43,10 @@ export const Tools: Record<
3343
{
3444
name: "Legacy Text Convert",
3545
short: "MiniMessage",
36-
icon: faCommentDots,
46+
icon: faTurnUp,
3747
description: "Convert Legacy Strings to MiniMessage Strings",
3848
link: "/converters/legacy/minimessage",
39-
}
49+
},
4050
],
4151
},
4252
Validators: [
@@ -50,28 +60,28 @@ export const Tools: Record<
5060
{
5161
name: "Properties Validator",
5262
short: "Properties",
53-
icon: faFileCode,
63+
icon: faFileCircleCheck,
5464
description: "Validate Properties Files",
5565
link: "/validators/properties",
5666
},
5767
{
5868
name: "Toml Validator",
5969
short: "Toml",
60-
icon: faFileCode,
70+
icon: faFilePen,
6171
description: "Validate Toml Files",
6272
link: "/validators/toml",
6373
},
6474
{
6575
name: "Hocon Validator",
6676
short: "Hocon",
67-
icon: faFileCode,
77+
icon: faPaste,
6878
description: "Validate Hocon Files",
6979
link: "/validators/hocon",
7080
},
7181
{
7282
name: "XML Validator",
7383
short: "XML",
74-
icon: faFileCode,
84+
icon: faFileCircleQuestion,
7585
description: "Validate XML Files",
7686
link: "/validators/xml",
7787
},

0 commit comments

Comments
 (0)