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