Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 4 additions & 23 deletions public/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/components/SubMenuBar/SubMenuBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { useModalStyles, useStyles } from './style';
import LogoOBT from './logo_obt.png';
import LogoTT from './logo_tt.png';
import Level from './level.svg';
import Hiscoder from './hiscoder.svg';
import Gecraft from './gecraft.svg';
import { useSnackbar } from 'notistack';

function SubMenuBar() {
Expand Down Expand Up @@ -237,20 +237,20 @@ function SubMenuBar() {
</ListItemIcon>
LEVEL.bible
</MenuItem>
<MenuItem component={Link} href={'https://hiscoder.com'} target="_blank">
<MenuItem component={Link} href={'https://gecraft.com'} target="_blank">
<ListItemIcon>
<Box
component="img"
sx={{
height: 12,
height: 18,
}}
alt="Hiscoder"
src={Hiscoder}
alt="Gecraft"
src={Gecraft}
/>
</ListItemIcon>
<div>
<span>Powered by </span>
<span style={{ color: '#358d62' }}>HisCoder.com</span>
<span style={{ color: '#358d62' }}>Gecraft</span>
</div>
</MenuItem>
</Menu>
Expand Down
3 changes: 3 additions & 0 deletions src/components/SubMenuBar/gecraft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/components/SubMenuBar/hiscoder.svg

This file was deleted.

Loading