keep-android-open #22

Merged
werewolfkid merged 2 commits from keep-android-open into main 2026-03-22 11:00:10 -04:00
3 changed files with 785 additions and 760 deletions
Showing only changes of commit 0ffac7ace2 - Show all commits

View File

@@ -1,7 +1,7 @@
{
"name": "werewolf-kid-creations-website",
"homepage": "https://werewolfkid.monster/",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"license": "MIT",
"scripts": {
@@ -12,13 +12,13 @@
"pretty": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^3.33.0",
"@chakra-ui/react": "^3.34.0",
"@emotion/react": "^11.14.0",
"next": "16.1.6",
"next": "16.2.1",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0"
"react-icons": "^5.6.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",

View File

@@ -1,4 +1,5 @@
import React from "react";
import Script from 'next/script'
import { Provider } from "@/components/ui/provider";
import { metadata } from "./page";
@@ -85,6 +86,8 @@ 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" />
<Provider>{children}</Provider>
</body>
</html>

1534
yarn.lock

File diff suppressed because it is too large Load Diff