Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 0f855361
authored
2025-09-26 14:22:19 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change in map
1 parent
6f2bfabc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
container/Contact/GoogleMap.js
container/Contact/GoogleMap.js
View file @
0f85536
...
...
@@ -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
>
);
};
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment