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
@@ -6,7 +6,7 @@ import cn from "~/utils/cn";
import Card from "./Card";
import Code from "./Code";
import Link from "./Link";
import Link from "./link";
export function getErrorMessage(error: Error | unknown): {
title: string;
@@ -137,7 +137,7 @@ export function getErrorMessage(error: Error | unknown): {
<Card.Text>
An unexpected error occurred which is most likely a bug. Please consider reporting
filing an issue on the{" "}
<Link name="Headplane GitHub" to="https://github.com/tale/headplane/issues">
<Link isExternal name="Headplane GitHub" to="https://github.com/tale/headplane/issues">
Headplane GitHub
</Link>{" "}
repository with the details below.