aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index dbd2e1a2..3530f234 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -58,7 +58,7 @@ export function getGuidelineInfo(category: Category): TextBox[] {
}];
case "intro":
return [{
- icon: "icons/check.svg",
+ icon: "icons/check-smaller.svg",
text: chrome.i18n.getMessage(`category_${category}_guideline1`)
}, {
icon: "icons/close-smaller.svg",
@@ -83,10 +83,10 @@ export function getGuidelineInfo(category: Category): TextBox[] {
}];
case "preview":
return [{
- icon: "icons/check.svg",
+ icon: "icons/check-smaller.svg",
text: chrome.i18n.getMessage(`category_${category}_guideline1`)
}, {
- icon: "icons/check.svg",
+ icon: "icons/check-smaller.svg",
text: chrome.i18n.getMessage(`category_${category}_guideline2`)
}, {
icon: "icons/close-smaller.svg",