Merge pull request 'fix banner size' (#23) from keep-android-open into main
All checks were successful
Node.js CI / build (22.x) (push) Successful in 2m18s
Node.js CI / build (24.x) (push) Successful in 2m22s
Node.js CI / build (20.x) (push) Successful in 2m24s
Vercel Production Deployment / Deploy-Production (push) Successful in 3m31s

Reviewed-on: #23
This commit was merged in pull request #23.
This commit is contained in:
2026-03-22 11:14:19 -04:00

View File

@@ -87,7 +87,7 @@ export default function RootLayout(props: { children: React.ReactNode }) {
<link rel="manifest" href="/images/logo/favicon/site.webmanifest" />
<body>
<div id="my-banner"></div>
<Script src="https://keepandroidopen.org/banner.js?size=mini?link=https://keepandroidopen.org&hidebutton=off&id=android-banner&animation=off" />
<Script src="https://keepandroidopen.org/banner.js?size=mini&hidebutton=off&id=android-banner&animation=off?link=https://keepandroidopen.org" />
<Provider>{children}</Provider>
</body>
</html>