chore: combine link usage

This commit is contained in:
Aarnav Tale
2026-03-09 13:56:03 -04:00
parent 37d0080cba
commit a53fd31d27
18 changed files with 114 additions and 73 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { CircleX } from "lucide-react";
import Link from "~/components/Link";
import Link from "~/components/link";
import cn from "~/utils/cn";
interface FooterProps {
@@ -28,7 +28,7 @@ export default function Footer({ url, debug, healthy }: FooterProps) {
<div className={cn("text-xs leading-none", !healthy && "hidden md:block")}>
<p>
Headplane is free. Please consider{" "}
<Link to="https://github.com/sponsors/tale" name="Aarnav's GitHub Sponsors">
<Link isExternal to="https://github.com/sponsors/tale" name="Aarnav's GitHub Sponsors">
donating
</Link>{" "}
to support development.{" "}