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

This commit is contained in:
2026-03-22 11:06:51 -04:00
parent 791a023e3d
commit 8a8488d359

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>