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/components/navigation.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'diplomacy/web/src/gui/components') diff --git a/diplomacy/web/src/gui/components/navigation.jsx b/diplomacy/web/src/gui/components/navigation.jsx index ba2bf28..accac8a 100644 --- a/diplomacy/web/src/gui/components/navigation.jsx +++ b/diplomacy/web/src/gui/components/navigation.jsx @@ -15,7 +15,7 @@ // with this program. If not, see . // ============================================================================== import React from "react"; -import Octicon, {Person} from "@primer/octicons-react"; +import {PersonIcon} from "@primer/octicons-react"; import PropTypes from "prop-types"; export class Navigation extends React.Component { @@ -33,7 +33,7 @@ export class Navigation extends React.Component {
{this.props.username} - +
)) || ( @@ -44,7 +44,7 @@ export class Navigation extends React.Component { {(this.props.username && ( {this.props.username} - + )) || 'Menu'} -- cgit v1.2.3