svg dependency removed
This commit is contained in:
Родитель
9b6a2fe799
Коммит
dfed27630e
|
@ -1,6 +1,5 @@
|
|||
import * as React from 'react';
|
||||
import { DefaultButton } from 'office-ui-fabric-react/lib/Button';
|
||||
const NoWorkSvg = require('../images/zerodata-no-work-scheduled.svg');
|
||||
|
||||
export interface NoFeedbackBoardsViewProps {
|
||||
onCreateBoardClick: () => void
|
||||
|
@ -14,7 +13,6 @@ export default class NoFeedbackBoardsView extends React.Component<NoFeedbackBoar
|
|||
public render() {
|
||||
return (
|
||||
<div className="no-boards-container">
|
||||
<img src={NoWorkSvg} alt="No Retrospectives found, create your first one to get started." />
|
||||
<div className="no-boards-text">Get started with your first Retrospective</div>
|
||||
<div className="no-boards-sub-text">Create a new board to start collecting feedback and create new work items.</div>
|
||||
<DefaultButton
|
||||
|
|
Загрузка…
Ссылка в новой задаче