Merge branch 'develop' of git.lumeweb.com:LumeWeb/web3toybox.com into develop

This commit is contained in:
Juan Di Toro 2023-11-05 16:23:15 +01:00
commit 8e2b553aad
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import '@/styles/global.css'
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
<meta name="viewport" content="width=device-width"/>
<meta name="generator" content={Astro.generator}/>
<title>Astro</title>
<title>Web3 Toybox | Powered By Lume Web</title>
</head>
<body>
<div class="min-h-screen h-full w-full bg-zinc-900 flex flex-col items-center justify-center p-8 space-y-6">

View File

@ -10,7 +10,7 @@ import "@/styles/global.css"
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
<meta name="viewport" content="width=device-width"/>
<meta name="generator" content={Astro.generator}/>
<title>Astro</title>
<title>NFT Gallery | Web3 Toybox</title>
</head>
<body>
<App client:only="react"/>