mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 18:46:17 +00:00
images: add support and pybricks docs buttons
This commit is contained in:
committed by
laurensvalk
parent
cab8b66117
commit
44607ca410
@@ -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'>;
|
||||
|
||||
Reference in New Issue
Block a user