The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord

refactor: reduce viewport initial scale to 0.85

shi.gg 43a2bd2f fccacaff

verified
+1 -1
+1 -1
app/layout.tsx
··· 36 36 37 37 export const viewport: Viewport = { 38 38 themeColor: "#8957ff", 39 - initialScale: 1 39 + initialScale: 0.85 40 40 }; 41 41 42 42 export const generateMetadata = (): Metadata => {