fix: update titles

This commit is contained in:
Derrick Hammer 2023-11-04 19:17:25 -04:00
parent 3f0fedd2b1
commit bfdde97770
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
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

@ -7,7 +7,7 @@ import App from "@/components/nft-gallery/App"
<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"/>