feat: Add ability to copy href of any property

This commit is contained in:
Jesse Wierzbinski 2024-12-24 14:15:32 +01:00
parent 9db7cfccda
commit 90e360d713
No known key found for this signature in database
2 changed files with 15 additions and 4 deletions

View file

@ -14,7 +14,7 @@ import { remToPx } from "../lib/remToPx";
import { useSectionStore } from "./SectionProvider";
import { Tag } from "./Tag";
function AnchorIcon(props: ComponentPropsWithoutRef<"svg">) {
export function AnchorIcon(props: ComponentPropsWithoutRef<"svg">) {
return (
<svg
viewBox="0 0 20 20"