Skip to content

Commit

Permalink
image overlay fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahilsingh0808 committed Oct 23, 2023
1 parent f8adc1d commit 7d7c67e
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 187 deletions.
Binary file modified public/heroDARK.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/heroLIGHT.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 removed public/lightmodegdsc.png
Binary file not shown.
Binary file removed public/welcomeDARK.png
Binary file not shown.
Binary file removed public/welcomeLIGHT.png
Binary file not shown.
370 changes: 185 additions & 185 deletions src/components/data/data.csv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/pages/Dashboard/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export default function Hero() {
const theme = useTheme();
return (
<div class="ProfileBox">
<Box pb={2}>
{/* <Box pb={2}>
{theme.palette.mode === 'dark' ? <img src='/welcomeDARK.png' style={{ width: "100%" }} /> : <img src='/welcomeLIGHT.png' style={{ width: "100%" }} />}
</Box>
</Box> */}
</div>
)
}

0 comments on commit 7d7c67e

Please sign in to comment.