Skip to content

Commit

Permalink
feat: New Zingo PC version 1.0.4 with a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Nov 14, 2023
1 parent a0f7eb9 commit 2420b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/loadingscreen/LoadingScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ class LoadingScreen extends Component<LoadingScreenProps & RouteComponentProps,
// If still loading, show the status
return (
<div className={[cstyles.verticalflex, cstyles.center, styles.loadingcontainer].join(" ")}>
<div style={{ marginTop: "100px", marginBottom: "20px" }}>
<div style={{ marginTop: "70px", marginBottom: "20px" }}>
<Logo readOnly={false} />
</div>
{walletScreen === 0 && (
Expand Down
2 changes: 1 addition & 1 deletion src/root/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ class Routes extends React.Component<Props & RouteComponentProps, AppState> {
/>

<div style={{ overflow: "hidden" }}>
{this.props.location.pathname !== "/" && !this.props.location.pathname.includes("zingo") && (
{this.props.location.pathname !== "/" && !this.props.location.pathname.toLowerCase().includes("zingo") && (
<div className={cstyles.sidebarcontainer}>
<Sidebar
setInfo={this.setInfo}
Expand Down

0 comments on commit 2420b4c

Please sign in to comment.