Skip to content

Commit 53bfcca

Browse files
committed
Minor wording changes
1 parent 76b856d commit 53bfcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const compNotesData: Record<string, {icon?: string, desc: string}> = {
7171
},
7272
Hacky: {
7373
icon: `<i class="fa-solid fa-flask"></i>`,
74-
desc: `Contains unconventional and/or hacky CSS/HTML codes.`,
74+
desc: `Contains unconventional CSS/HTML codes and/or implementation.`,
7575
},
7676
};
7777

0 commit comments

Comments
 (0)