Skip to content

Commit

Permalink
fix: iOS zoom on inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
berteotti committed Jul 31, 2023
1 parent 847f809 commit d51dd08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/app/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ export const metadata = {
title: "Stackly | Stack crypto over time.",
description:
"Stackly is a simple, non-custodial tool that uses the CoW protocol to place recurring swaps based on DCA..",
viewport: {
width: "device-width",
initialScale: 1,
maximumScale: 1,
userScalable: 0,
},
};

export default function RootLayout({ children }: PropsWithChildren) {
Expand Down

0 comments on commit d51dd08

Please sign in to comment.