From 83bd29b4b416b31a99949de868434551dd560203 Mon Sep 17 00:00:00 2001 From: Jeff Heiges Date: Tue, 11 Mar 2025 08:53:29 +0000 Subject: Fixed Octicon errors --- diplomacy/web/src/gui/wizards/gameCreation/panelChoosePlayers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'diplomacy/web/src/gui/wizards/gameCreation/panelChoosePlayers.js') 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 {
-- cgit v1.2.3