footer fixed

This commit is contained in:
yigitokar 2024-08-01 21:44:24 -07:00
parent 6967d650e1
commit a6485adf73

View file

@ -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 />