Skip to content

Commit

Permalink
chore: rely on defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Dec 12, 2024
1 parent 67fe070 commit 252f620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ const {data} = await sanityFetch({query: DEMO_QUERY, params: {slug}, lastLiveEve
---

<Layout>
<h1 class="text-balance text-4xl font-bold leading-tight tracking-tighter [view-transition-name:title] md:text-6xl lg:pr-8 lg:text-8xl">{data || 'Astro'}</h1>
<h1 class="text-balance text-4xl font-bold leading-tight tracking-tighter md:text-6xl lg:pr-8 lg:text-8xl">{data || 'Astro'}</h1>
</Layout>

0 comments on commit 252f620

Please sign in to comment.