Compare commits

...

2 Commits

Author SHA1 Message Date
eb60bd762c 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
2026-03-22 11:14:19 -04:00
8a8488d359 fix banner size
Some checks failed
Node.js CI / build (20.x) (pull_request) Failing after 1m53s
Node.js CI / build (22.x) (pull_request) Failing after 2m19s
Node.js CI / build (24.x) (pull_request) Successful in 3m0s
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 3m58s
2026-03-22 11:06:51 -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>