diff --git a/src/App.scss b/src/App.scss
index 8dedd3c1..454b99f0 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -4,19 +4,10 @@
@import './shared/shared.css';
.main {
- flex-direction: row;
- font-family: Heebo;
+ flex-direction: row;
+ font-family: Heebo;
}
-.page-title {
- margin-top: 0;
-}
-
-iframe {
- width: 100%;
- height: 100%;
- border: none;
- position: absolute;
- top: 0;
- left: 0;
-}
+.page-title{
+ margin-top: 0;
+}
\ No newline at end of file
diff --git a/src/routes/index.tsx b/src/routes/index.tsx
index 49be7c01..de2485b6 100644
--- a/src/routes/index.tsx
+++ b/src/routes/index.tsx
@@ -104,17 +104,6 @@ const HIDDEN_PAGES = [
icon: ,
element: ,
},
- {
- label: 'release',
- path: '/release',
- icon: ,
- element: (
- <>
-
-
- >
- ),
- },
]
const getRoutesList = () => {