Bridge integration
This commit is contained in:
parent
42a5e09c94
commit
162390008b
56 changed files with 776 additions and 591 deletions
|
|
@ -11,7 +11,10 @@ export const DocsWrapper: FC = () => (
|
|||
sx={{ height: "100%", width: "100%" }}
|
||||
direction="column"
|
||||
>
|
||||
<Grid item sx={{ height: "100vh", width: "100%" }}>
|
||||
<Grid
|
||||
item
|
||||
sx={{ height: "calc(100vh + 120px)", width: "100%", mt: "-121px" }}
|
||||
>
|
||||
<Iframe
|
||||
id="docs"
|
||||
url={"https://digiresilience.org/docs/link/about/"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue