fix(instant): remove screenshot from dev index.html
This commit is contained in:
parent
6f44944ffd
commit
c52d48d4db
Binary file not shown.
Before Width: | Height: | Size: 351 KiB |
@ -31,11 +31,6 @@
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.full-screen {
|
|
||||||
height: 100vh;
|
|
||||||
width: 100vw;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -63,7 +58,6 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img id="augurScreenshot" class="full-screen" src="./augur_screenshot.png" />
|
|
||||||
<div id="zeroExInstantContainer"></div>
|
<div id="zeroExInstantContainer"></div>
|
||||||
<script>
|
<script>
|
||||||
// Simulate history
|
// Simulate history
|
||||||
|
Loading…
x
Reference in New Issue
Block a user