aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/web/src/gui/wizards/gameCreation/panelChoosePlayers.js
diff options
context:
space:
mode:
Diffstat (limited to 'diplomacy/web/src/gui/wizards/gameCreation/panelChoosePlayers.js')
-rw-r--r--diplomacy/web/src/gui/wizards/gameCreation/panelChoosePlayers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/diplomacy/web/src/gui/wizards/gameCreation/panelChoosePlayers.js b/diplomacy/web/src/gui/wizards/gameCreation/panelChoosePlayers.js
index e86eb7d..d263f03 100644
--- a/diplomacy/web/src/gui/wizards/gameCreation/panelChoosePlayers.js
+++ b/diplomacy/web/src/gui/wizards/gameCreation/panelChoosePlayers.js
@@ -17,7 +17,7 @@
import React from "react";
import {FancyBox} from "../../components/fancyBox";
import PropTypes from "prop-types";
-import Octicon, {ArrowLeft} from "@primer/octicons-react";
+import {ArrowLeftIcon} from "@primer/octicons-react";
export class PanelChoosePlayers extends React.Component {
render() {
@@ -65,7 +65,7 @@ export class PanelChoosePlayers extends React.Component {
<div className="col">
<button type="button" className="btn btn-secondary btn-sm px-3"
onClick={() => this.props.backward()}>
- <Octicon icon={ArrowLeft}/>
+ <ArrowLeftIcon/>
</button>
</div>
</div>