mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
feat: ✨ Add ability to copy href of any property
This commit is contained in:
parent
9db7cfccda
commit
90e360d713
2 changed files with 15 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue