We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b800e1 commit b7b508fCopy full SHA for b7b508f
1 file changed
frontend/src/App.tsx
@@ -48,9 +48,9 @@ function App() {
48
</ThemeProvider>
49
</div>
50
51
- <div className="column" style={{ flex: 100 - width }}>
+{/* <div className="column" style={{ flex: 100 - width }}>
52
<iframe src="http://127.0.0.1:8000/exercises/" width="100%" height="100%" title="RoboticsAcademy"></iframe>
53
- </div>
+ </div> */}
54
55
56
);
0 commit comments