mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 01:38:28 +00:00
Merge 925fb30b9f into 298a8857c7
This commit is contained in:
commit
58eae10d2f
1 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import { env } from "@/env.mjs"
|
|||
import { siteConfig } from "@/config/site"
|
||||
import { cn } from "@/lib/utils"
|
||||
import { buttonVariants } from "@/components/ui/button"
|
||||
import { Icons } from "@/components/icons"
|
||||
|
||||
async function getGitHubStars(): Promise<string | null> {
|
||||
try {
|
||||
|
|
@ -41,10 +42,11 @@ export default async function IndexPage() {
|
|||
<div className="container flex max-w-[64rem] flex-col items-center gap-4 text-center">
|
||||
<Link
|
||||
href={siteConfig.links.twitter}
|
||||
className="rounded-2xl bg-muted px-4 py-1.5 text-sm font-medium"
|
||||
className="rounded-2xl bg-muted px-4 py-1.5 text-sm font-medium flex"
|
||||
target="_blank"
|
||||
>
|
||||
Follow along on Twitter
|
||||
<Icons.twitter className="mx-auto h-5 w-5 ml-1.5" />
|
||||
</Link>
|
||||
<h1 className="font-heading text-3xl sm:text-5xl md:text-6xl lg:text-7xl">
|
||||
An example app built using Next.js 13 server components.
|
||||
|
|
|
|||
Loading…
Reference in a new issue