1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-02 11:30:22 +02:00

fix(anchors): move anchors to buttons when more appropriate

This commit is contained in:
jpsc
2018-06-25 16:47:39 +02:00
parent d5a3fc1fcf
commit b015704215
6 changed files with 73 additions and 65 deletions

View File

@@ -66,7 +66,7 @@ export default class Modal extends Component {
onClick={this.props.closeHandler}
aria-label="Close modal"
title="Close"
class="js-modal__close-btn modal__close-btn"
class="js-modal__close-btn modal__close-btn"
>
Close
</button>