Skip to content

Commit b7b508f

Browse files
Comment VC+ iframe
1 parent 1b800e1 commit b7b508f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ function App() {
4848
</ThemeProvider>
4949
</div>
5050
</div>
51-
<div className="column" style={{ flex: 100 - width }}>
51+
{/* <div className="column" style={{ flex: 100 - width }}>
5252
<iframe src="http://127.0.0.1:8000/exercises/" width="100%" height="100%" title="RoboticsAcademy"></iframe>
53-
</div>
53+
</div> */}
5454
</div>
5555

5656
);

0 commit comments

Comments
 (0)