{weight}
+Porcja: {weight}
+{props.description}
diff --git a/src/components/Output/GoogleMapStatic.js b/src/components/Output/GoogleMapStatic.js index 907a757..7bc28b5 100644 --- a/src/components/Output/GoogleMapStatic.js +++ b/src/components/Output/GoogleMapStatic.js @@ -3,8 +3,8 @@ import { GoogleMap, LoadScript, Marker } from "@react-google-maps/api"; function GoogleMapStatic(props) { const containerStyle = { - width: "50%", - height: "500px", + width: "100%", + height: "360px", }; const center = { @@ -14,7 +14,7 @@ function GoogleMapStatic(props) { return ({restaurant.description}
Adres:{" "} {restaurant.city}, {restaurant.adress}
-Godziny pracy:
{restaurant.phone && (Kontakt:{" "} {restaurant.phone}
)} ++ Pn:{" "} + + {hours.pn ? hours.pn : "Nieczynne"} + +
++ Wt:{" "} + + {hours.wt ? hours.wt : "Nieczynne"} + +
++ Śr:{" "} + + {hours.sr ? hours.sr : "Nieczynne"} + +
++ Czw:{" "} + + {hours.cz ? hours.cz : "Nieczynne"} + +
++ Pt:{" "} + + {hours.pt ? hours.pt : "Nieczynne"} + +
++ So:{" "} + + {hours.sb ? hours.sb : "Nieczynne"} + +
++ Nie:{" "} + + {hours.nd ? hours.nd : "Nieczynne"} + +
+