chore: frontend build
This commit is contained in:
23
bootstrap/ssr/assets/text-link-ByYmiDlq.js
Normal file
23
bootstrap/ssr/assets/text-link-ByYmiDlq.js
Normal file
@@ -0,0 +1,23 @@
|
||||
import { jsx } from "react/jsx-runtime";
|
||||
import { c as cn } from "./index-CY6fYws-.js";
|
||||
import { Link } from "@inertiajs/react";
|
||||
function TextLink({
|
||||
className = "",
|
||||
children,
|
||||
...props
|
||||
}) {
|
||||
return /* @__PURE__ */ jsx(
|
||||
Link,
|
||||
{
|
||||
className: cn(
|
||||
"text-foreground underline decoration-neutral-300 underline-offset-4 transition-colors duration-300 ease-out hover:decoration-current! dark:decoration-neutral-500",
|
||||
className
|
||||
),
|
||||
...props,
|
||||
children
|
||||
}
|
||||
);
|
||||
}
|
||||
export {
|
||||
TextLink as T
|
||||
};
|
||||
Reference in New Issue
Block a user