Update logo on landing

This commit is contained in:
Serkan Reis 2023-06-28 21:00:31 +03:00
parent 64246a3ed4
commit f953510adf
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const HomePage: NextPage = () => {
return (
<section className="px-8 pt-4 pb-16 mx-auto space-y-8 max-w-4xl">
<div className="flex justify-center items-center py-8 max-w-xl">
<img alt="Brand Text" className="ml-[50%] w-full" src="/stargaze_logo_800.svg" />
<img alt="Brand Text" className="ml-[50%] w-1/2" src="/studio-logo.png" />
</div>
<h1 className="font-heading text-4xl font-bold">Welcome!</h1>
<p className="text-xl">

BIN
public/studio-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB