Skip to content

Commit

Permalink
chore: Revert "chore: add temporary route for the version release eve…
Browse files Browse the repository at this point in the history
…nt (#382)" (#441)

Great
  • Loading branch information
NoamGaash authored Jan 27, 2024
1 parent 0fb4b42 commit 757c27e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
19 changes: 5 additions & 14 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
11 changes: 0 additions & 11 deletions src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,6 @@ const HIDDEN_PAGES = [
icon: <InfoCircleOutlined />,
element: <DataResearch />,
},
{
label: 'release',
path: '/release',
icon: <InfoCircleOutlined />,
element: (
<>
<Spin />
<iframe src="https://noam-gaash.co.il/databus/" />
</>
),
},
]

const getRoutesList = () => {
Expand Down

0 comments on commit 757c27e

Please sign in to comment.