Skip to content

Commit

Permalink
updated lunch pic and favico
Browse files Browse the repository at this point in the history
  • Loading branch information
jzakotnik committed Aug 4, 2021
1 parent bb3f9ec commit 934e102
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nextjs/mwe/pages/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function Admin(props) {
sm={4}
md={7}
sx={{
backgroundImage: "url(https://source.unsplash.com/random)",
backgroundImage: "url(./lunch1.jpg)",
backgroundRepeat: "no-repeat",
backgroundColor: (theme) =>
theme.palette.mode === "light"
Expand Down
4 changes: 2 additions & 2 deletions nextjs/mwe/pages/lunchprofile.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function LunchProfile(props) {
sm={4}
md={7}
sx={{
backgroundImage: "url(https://source.unsplash.com/random)",
backgroundImage: "url(../lunch1.jpg)",
backgroundRepeat: "no-repeat",
backgroundColor: (theme) =>
theme.palette.mode === "light"
Expand All @@ -129,7 +129,7 @@ export default function LunchProfile(props) {
<FastfoodIcon />
</Avatar>
<Typography component="h1" variant="h5">
{props.userName} Mein Lunch Profil
Mein Lunch Profil
</Typography>
<Box
component="form"
Expand Down
Binary file added nextjs/mwe/public/android-icon-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 added nextjs/mwe/public/apple-touch-icon-114x114.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 added nextjs/mwe/public/apple-touch-icon-120x120.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 added nextjs/mwe/public/apple-touch-icon-144x144.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 added nextjs/mwe/public/apple-touch-icon-152x152.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 added nextjs/mwe/public/apple-touch-icon-180x180.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 added nextjs/mwe/public/apple-touch-icon-57x57.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 added nextjs/mwe/public/apple-touch-icon-60x60.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 added nextjs/mwe/public/apple-touch-icon-72x72.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 added nextjs/mwe/public/apple-touch-icon-76x76.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 added nextjs/mwe/public/favicon-16x16.ico
Binary file not shown.
Binary file added nextjs/mwe/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 added nextjs/mwe/public/favicon-32x32.ico
Binary file not shown.
Binary file added nextjs/mwe/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 added nextjs/mwe/public/favicon-96x96.ico
Binary file not shown.
Binary file added nextjs/mwe/public/favicon-96x96.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 nextjs/mwe/public/favicon.ico
Binary file not shown.
Binary file added nextjs/mwe/public/lunch1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nextjs/mwe/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.
Binary file added nextjs/mwe/public/mstile-310x310.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 added nextjs/mwe/public/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 934e102

Please sign in to comment.