added dns record view view and tabs

This commit is contained in:
2021-08-10 17:00:49 +01:00
parent ac236339d4
commit 914c788351
23 changed files with 1455 additions and 114 deletions
+4 -4
View File
@@ -58,16 +58,16 @@ const Home = (props) => {
</div>
</div>
<div className="govuk-row">
<div class="map-responsive">
<div className="map-responsive">
<iframe
width="600"
height="500"
id="gmap_canvas"
src="https://maps.google.com/maps?q=CF10%203NQ&t=&z=17&ie=UTF8&iwloc=&output=embed"
frameborder="0"
frameBorder="0"
scrolling="no"
marginheight="0"
marginwidth="0"
marginHeight="0"
marginWidth="0"
></iframe>
</div>
</div>