fix: external redirect issue

This commit is contained in:
jialin
2025-08-13 19:50:54 +08:00
parent f2583e152a
commit 0af8e34a8f
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const Wrapper = styled.div<{ $isDarkTheme: boolean }>`
`;
const Box = styled.div`
padding-top: 8%;
padding-top: 10%;
display: flex;
flex-direction: column;
justify-content: space-between;