fix(style): rename the remaining AKButton import

pull/2167/head jitsi-meet_2638
Leonard Kim 8 years ago committed by yanas
parent c2901808ca
commit bff983d969
  1. 6
      react/features/base/react/components/web/InlineDialogFailure.js

@ -1,6 +1,6 @@
/* @flow */
import AKButton from '@atlaskit/button';
import Button from '@atlaskit/button';
import PropTypes from 'prop-types';
import React, { Component } from 'react';
@ -64,11 +64,11 @@ class InlineDialogFailure extends Component<*> {
{ t('inlineDialogFailure.msg') }
</div>
{ supportLinkElem }
<AKButton
<Button
className = 'inline-dialog-error-button'
onClick = { this.props.onRetry } >
{ t('inlineDialogFailure.retry') }
</AKButton>
</Button>
</div>
);
}

Loading…
Cancel
Save