Skip to content

Commit

Permalink
Merge pull request #169 from juanky201271/dev_new_new_version_zingo_p…
Browse files Browse the repository at this point in the history
…c_1_0_4

New Zingo PC version 1.0.4 with a fix
  • Loading branch information
juanky201271 committed Nov 14, 2023
2 parents a0f7eb9 + 2420b4c commit beee1e3
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 beee1e3

Please sign in to comment.