diff --git a/nextjs/mwe/pages/admin.js b/nextjs/mwe/pages/admin.js index 11e5d26..3ac5814 100644 --- a/nextjs/mwe/pages/admin.js +++ b/nextjs/mwe/pages/admin.js @@ -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" diff --git a/nextjs/mwe/pages/lunchprofile.js b/nextjs/mwe/pages/lunchprofile.js index a971330..19efa85 100644 --- a/nextjs/mwe/pages/lunchprofile.js +++ b/nextjs/mwe/pages/lunchprofile.js @@ -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" @@ -129,7 +129,7 @@ export default function LunchProfile(props) { - {props.userName} Mein Lunch Profil + Mein Lunch Profil