From 14018798f7f52dacc0b3bb49e50558aa91c1162b Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 19 Oct 2021 19:10:27 -0400 Subject: [PATCH] Add wiki links to options --- src/components/CategorySkipOptionsComponent.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/CategorySkipOptionsComponent.tsx b/src/components/CategorySkipOptionsComponent.tsx index f7baad46..2d18000a 100644 --- a/src/components/CategorySkipOptionsComponent.tsx +++ b/src/components/CategorySkipOptionsComponent.tsx @@ -1,6 +1,7 @@ import * as React from "react"; import Config from "../config" +import * as CompileConfig from "../../config.json"; import { Category, CategorySkipOption } from "../types"; import { getCategoryActionType } from "../utils/categoryUtils"; @@ -93,6 +94,10 @@ class CategorySkipOptionsComponent extends React.Component {chrome.i18n.getMessage("category_" + this.props.category + "_description")} + {' '} + + {`${chrome.i18n.getMessage("LearnMore")}`} +