Skip to content

Commit 0b94086

Browse files
authored
Merge pull request #826 from pangolindex/feat/new-version-modal
new version modal removed
2 parents 70a2775 + 34c148d commit 0b94086

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/NewVersionModal/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const Modal = styled.div<{ isOpen: boolean }>`
3131
padding: 144px 32px;
3232
}
3333
34-
@media (max-height: 610px) {
34+
@media (max-height: 846px) {
3535
padding: 32px;
3636
}
3737
`
@@ -104,7 +104,7 @@ const ModalHeading = styled.h3`
104104
font-size: 36px;
105105
}
106106
107-
@media (max-height: 610px) {
107+
@media (max-height: 846px) {
108108
font-size: 20px;
109109
}
110110
`

src/layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const Layout: React.FC<unknown> = () => {
5858
</AppContent>
5959
{activeMobileMenu && <MobileMenu activeMobileMenu={activeMobileMenu} handleMobileMenu={handleMobileMenu} />}
6060
<Footer />
61-
<NewVersionModal />
61+
{/* <NewVersionModal /> */}
6262
</MainContent>
6363
</Wrapper>
6464
)

0 commit comments

Comments
 (0)