Merge branch 'develop' of git.lumeweb.com:LumeWeb/web3toybox.com into develop
This commit is contained in:
commit
8e2b553aad
|
@ -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">
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue