Skip to content

Commit

Permalink
new version modal removed
Browse files Browse the repository at this point in the history
  • Loading branch information
poyrazovic committed Dec 1, 2024
1 parent c414633 commit 34c148d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/NewVersionModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Modal = styled.div<{ isOpen: boolean }>`
padding: 144px 32px;
}
@media (max-height: 610px) {
@media (max-height: 846px) {
padding: 32px;
}
`
Expand Down Expand Up @@ -104,7 +104,7 @@ const ModalHeading = styled.h3`
font-size: 36px;
}
@media (max-height: 610px) {
@media (max-height: 846px) {
font-size: 20px;
}
`
Expand Down
2 changes: 1 addition & 1 deletion src/layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Layout: React.FC<unknown> = () => {
</AppContent>
{activeMobileMenu && <MobileMenu activeMobileMenu={activeMobileMenu} handleMobileMenu={handleMobileMenu} />}
<Footer />
<NewVersionModal />
{/* <NewVersionModal /> */}
</MainContent>
</Wrapper>
)
Expand Down

0 comments on commit 34c148d

Please sign in to comment.