mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
footer fixed
This commit is contained in:
parent
6967d650e1
commit
a6485adf73
1 changed files with 2 additions and 37 deletions
|
|
@ -12,43 +12,8 @@ export function SiteFooter({ className }: React.HTMLAttributes<HTMLElement>) {
|
|||
<div className="flex flex-col items-center gap-4 px-8 md:flex-row md:gap-2 md:px-0">
|
||||
<Icons.logo />
|
||||
<p className="text-center text-sm leading-loose md:text-left">
|
||||
Built by{" "}
|
||||
<a
|
||||
href={siteConfig.links.twitter}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="font-medium underline underline-offset-4"
|
||||
>
|
||||
shadcn
|
||||
</a>
|
||||
. Hosted on{" "}
|
||||
<a
|
||||
href="https://vercel.com"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="font-medium underline underline-offset-4"
|
||||
>
|
||||
Vercel
|
||||
</a>
|
||||
. Illustrations by{" "}
|
||||
<a
|
||||
href="https://popsy.co"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="font-medium underline underline-offset-4"
|
||||
>
|
||||
Popsy
|
||||
</a>
|
||||
. The source code is available on{" "}
|
||||
<a
|
||||
href={siteConfig.links.github}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="font-medium underline underline-offset-4"
|
||||
>
|
||||
GitHub
|
||||
</a>
|
||||
.
|
||||
Built by care-ai: Revolutionizing the moving industry with voice-based AI solutions for workflow automation, sales, and customer support.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<ModeToggle />
|
||||
|
|
|
|||
Loading…
Reference in a new issue