Skip to content

Commit

Permalink
Minor UI/UX style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
pindaroso committed Oct 16, 2024
1 parent e14a74e commit 1a8c286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export default function Home() {
</>
)}
{hash === '' && (
<div className="flex flex-col mt-2 text-center gap-2 text-zinc-700 dark:text-zinc-300">
<div className="flex flex-col text-center gap-2 text-zinc-700 dark:text-zinc-300">
<h1 className="text-4xl">zkgm</h1>
<p>Say hello to your new zk compresison app.</p>
</div>
Expand Down

0 comments on commit 1a8c286

Please sign in to comment.