Skip to content

Commit

Permalink
Revert "fix: update title home"
Browse files Browse the repository at this point in the history
This reverts commit cd0a3d7.
  • Loading branch information
mickasmt committed Sep 14, 2023
2 parents 3162b99 + 7d8f663 commit 1be50fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ import { cn } from "@/lib/utils";
<h1
class="font-heading text-3xl sm:text-5xl md:text-6xl lg:text-7xl balance-text"
>
A modern example app built using Astro 3.0 <span class="font-sans font-bold">+</span> shadcn<span class="font-sans font-bold">/</span>ui.
A starter template built using Astro 3.0 <span class="font-sans font-bold">+</span> shadcn<span class="font-sans font-bold">/</span>ui.
</h1>
<p
class="max-w-[42rem] leading-normal text-muted-foreground sm:text-xl sm:leading-8 balance-text"
>
I&apos;m building a modern example app with Astro 3.0 and based on
I&apos;m building a starter template with Astro 3.0 and based on
shadcn-ui/taxonomy. Follow along as we figure this out together.
</p>
<div class="space-x-4">
Expand Down

0 comments on commit 1be50fc

Please sign in to comment.