We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b856d commit 53bfccaCopy full SHA for 53bfcca
src/app/index.ts
@@ -71,7 +71,7 @@ const compNotesData: Record<string, {icon?: string, desc: string}> = {
71
},
72
Hacky: {
73
icon: `<i class="fa-solid fa-flask"></i>`,
74
- desc: `Contains unconventional and/or hacky CSS/HTML codes.`,
+ desc: `Contains unconventional CSS/HTML codes and/or implementation.`,
75
76
};
77
0 commit comments