diff --git a/client/public/img/fire-truck/wozBACK.webp b/client/public/img/fire-truck/wozBACK.webp new file mode 100644 index 0000000..0048f88 Binary files /dev/null and b/client/public/img/fire-truck/wozBACK.webp differ diff --git a/client/public/img/fire-truck/wozLEFT.webp b/client/public/img/fire-truck/wozLEFT.webp new file mode 100644 index 0000000..15c6375 Binary files /dev/null and b/client/public/img/fire-truck/wozLEFT.webp differ diff --git a/client/public/img/fire-truck/wozRIGHT.webp b/client/public/img/fire-truck/wozRIGHT.webp new file mode 100644 index 0000000..7b7b474 Binary files /dev/null and b/client/public/img/fire-truck/wozRIGHT.webp differ diff --git a/client/public/img/fire-truck/wozTOP.webp b/client/public/img/fire-truck/wozTOP.webp new file mode 100644 index 0000000..e00a84e Binary files /dev/null and b/client/public/img/fire-truck/wozTOP.webp differ diff --git a/client/src/components/GetImageAndQuestion.jsx b/client/src/components/GetImageAndQuestion.jsx index 8c2927f..13b046d 100644 --- a/client/src/components/GetImageAndQuestion.jsx +++ b/client/src/components/GetImageAndQuestion.jsx @@ -51,7 +51,7 @@ export const QuizGetQuestion = ({score,isClick,setScore,setIsClick,navigate}) => export const QuizDataImageFromDb = [ { - img: '/img/fire-truck/img1.jpg', + img: '/img/fire-truck/wozLEFT.webp', boxStyle: { name: "Kierowca 1", top: "48%", @@ -82,7 +82,7 @@ export const QuizDataImageFromDb = [ } }, { - img: '/img/fire-truck/imgTrack2.jpg', + img: '/img/fire-truck/wozTOP.webp', boxStyle: { name: "Dach", top: "48%", @@ -103,7 +103,7 @@ export const QuizDataImageFromDb = [ }, }, { - img: '/img/fire-truck/imgTrack4.jpg', + img: '/img/fire-truck/wozRIGHT.webp', boxStyle: { name: "Dowódca 3", top: "50%", @@ -135,7 +135,7 @@ export const QuizDataImageFromDb = [ }, { - img: '/img/fire-truck/imgTrack3.jpg', + img: '/img/fire-truck/wozBACK.webp', boxStyle: { name: "Tył", top: "42%", @@ -255,4 +255,4 @@ export const QuizGetImage = ({onPress, isClick}) => { return ( data ) -} \ No newline at end of file +}