diff --git a/public/UnityBuild/bubbles/Build/prod.data b/public/UnityBuild/bubbles/Build/prod.data index ef15501..16e37df 100644 Binary files a/public/UnityBuild/bubbles/Build/prod.data and b/public/UnityBuild/bubbles/Build/prod.data differ diff --git a/public/UnityBuild/bubbles/cert.json b/public/UnityBuild/bubbles/cert.json new file mode 100644 index 0000000..9974a65 --- /dev/null +++ b/public/UnityBuild/bubbles/cert.json @@ -0,0 +1,4 @@ +{ + "path":"/root/cert.pfx", + "password": "" +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index f5444de..fce235c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,6 +3,7 @@ import Footer from "@/components/Footer"; import Header from "@/components/Header"; import HeroSection from "@/components/HeroSection"; +// import Leaderboard from "@/components/Leaderboard"; import { PrivyProvider } from "@privy-io/react-auth"; import { toSolanaWalletConnectors } from "@privy-io/react-auth/solana"; import { Toaster } from "sonner"; @@ -36,6 +37,7 @@ export default function Home() {
+ {/* */}