From fedef669311463fb647e8c05fe2447070e9b94d8 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 11 Jan 2021 17:44:49 -0600 Subject: [PATCH] replace doc icon with question mark --- src/components/DocsButton.tsx | 2 +- src/components/images/question-mark.svg | 145 ++++++++++++++++++++++++ 2 files changed, 146 insertions(+), 1 deletion(-) create mode 100644 src/components/images/question-mark.svg diff --git a/src/components/DocsButton.tsx b/src/components/DocsButton.tsx index d6206163..debf79cf 100644 --- a/src/components/DocsButton.tsx +++ b/src/components/DocsButton.tsx @@ -8,7 +8,7 @@ import { Action, Dispatch } from '../actions'; import { toggleDocs } from '../actions/app'; import ActionButton, { ActionButtonProps } from './ActionButton'; import { TooltipId } from './button-i18n'; -import docsIcon from './images/pybricks.svg'; +import docsIcon from './images/question-mark.svg'; type StateProps = undefined; type DispatchProps = Pick; diff --git a/src/components/images/question-mark.svg b/src/components/images/question-mark.svg new file mode 100644 index 00000000..218ad12d --- /dev/null +++ b/src/components/images/question-mark.svg @@ -0,0 +1,145 @@ + + + +image/svg+xmlhttps://www.svgrepo.com/svg/131030/question-mark + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file