Commit 0f855361 by sujata

change in map

1 parent 6f2bfabc
......@@ -2,19 +2,18 @@ import React from "react";
const GoogleMap = () => {
return (
<>
<div className="maps">
{/* <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d31109.3711919392!2d77.564709!3d12.928829!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae15f0a2c88edd%3A0x4f8a03dfc9aa5541!2sAdvith%20Consulting%20LLP!5e0!3m2!1sen!2sus!4v1726665863699!5m2!1sen!2sus"></iframe> */}
<iframe
src="https://www.google.com/maps/d/u/0/embed?mid=1g_zn1VpwEmsL8DzI3gd23vpWdOXd_qI&ehbc=2E312F"
width="640"
<div className="maps my-map-container">
<iframe
src="https://www.google.com/maps/d/u/0/embed?mid=1-Y3WcCdJ8YQ9m2K72Fi9VvyxN_Kccc8&ehbc=2E312F&noprof=1"
width="100%"
height="480"
style={{ border: 0 }}
allowFullScreen=""
allowFullScreen
loading="lazy"
referrerPolicy="no-referrer-when-downgrade"
></iframe> </div>
</>
></iframe>
</div>
);
};
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!