Update hovered-shape.tsx
This commit is contained in:
parent
8ff8b87a9e
commit
ad0aff9fea
1 changed files with 5 additions and 4 deletions
|
@ -27,10 +27,11 @@ function HoveredShape({ id }: { id: string }) {
|
||||||
})
|
})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<g transform={transform}>
|
<StyledHoverShape
|
||||||
<StyledHoverShape href={'#' + id} strokeWidth={strokeWidth + 8} />
|
href={'#' + id}
|
||||||
<text>hello</text>
|
transform={transform}
|
||||||
</g>
|
strokeWidth={strokeWidth + 8}
|
||||||
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue