Skip to content

Commit

Permalink
Update Main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
geekskai authored Sep 18, 2024
1 parent bb9f2fc commit 7407972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Home({ posts }) {
<div className="divide-y divide-stone-200 dark:divide-stone-700">
<div className="space-y-2 pb-8 pt-6 md:space-y-5">
<h1 className="text-3xl font-extrabold leading-9 tracking-tight text-stone-900 dark:text-stone-100 sm:text-4xl sm:leading-10 md:text-6xl md:leading-14">
{siteMetadata.title}
{siteMetadata.title}
</h1>
<p className="text-lg leading-7 text-stone-500 dark:text-stone-400">
{siteMetadata.description}
Expand Down

0 comments on commit 7407972

Please sign in to comment.