Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Aug 14, 2024
1 parent 22b3077 commit 006c1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export default function Action() {
const background = useBackgroundContext().unwrap()

useEffect(() => {
document.documentElement.classList.add("h-[700px]", "w-[400px]")
document.body.classList.add("h-[700px]", "w-[400px]")
document.documentElement.classList.add("h-[600px]", "w-[400px]")
document.body.classList.add("h-[600px]", "w-[400px]")
}, [])

const getHashOrThrow = useCallback(async () => {
Expand Down

0 comments on commit 006c1c0

Please sign in to comment.