diff --git a/resources/frontend_client/app/dashboard/components/DashboardHeader.react.js b/resources/frontend_client/app/dashboard/components/DashboardHeader.react.js index 255ccbd4533461cb10bdc97ad946c42eadbd3599..1a1a080d30f9506184c608a6159b109ae4608f43 100644 --- a/resources/frontend_client/app/dashboard/components/DashboardHeader.react.js +++ b/resources/frontend_client/app/dashboard/components/DashboardHeader.react.js @@ -150,7 +150,11 @@ export default class DashboardHeader extends Component { buttonSections.push([ <ModalWithTrigger ref="addQuestionModal" - triggerElement={<Icon className={cx("text-brand-hover", { "Icon--pulse": isEmpty })} name="add" width="16px" height="16px" />} + triggerElement={ + <a title="Add a question to this dashboard"> + <Icon className={cx("text-brand-hover", { "Icon--pulse": isEmpty })} name="add" width="16px" height="16px" /> + </a> + } > <AddToDashSelectQuestionModal dispatch={this.props.dispatch}