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 (
|
||||
<g transform={transform}>
|
||||
<StyledHoverShape href={'#' + id} strokeWidth={strokeWidth + 8} />
|
||||
<text>hello</text>
|
||||
</g>
|
||||
<StyledHoverShape
|
||||
href={'#' + id}
|
||||
transform={transform}
|
||||
strokeWidth={strokeWidth + 8}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue