images: add support and pybricks docs buttons

This commit is contained in:
Laurens Valk
2020-06-13 16:38:22 +02:00
committed by laurensvalk
parent cab8b66117
commit 44607ca410
4 changed files with 325 additions and 2 deletions
+1 -1
View File
@@ -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/run.svg'; // FIXME: need proper icon
import docsIcon from './images/pybricks.svg';
type StateProps = undefined;
type DispatchProps = Pick<ActionButtonProps, 'onAction'>;