Skip to content

Commit b93f0d8

Browse files
Update WebMetrics.tsx
1 parent b6da0b7 commit b93f0d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/components/WebMetrics.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ const radialGraph = (props) => {
119119
</Trigger>
120120
<Hover type='hover'>
121121
<div style={{zIndex: 1, position: 'relative', padding: '0.5rem 1rem'}} id='hover-box'>
122-
{/* <div style="zIndex: 1; position: relative; padding: 0.5rem 1rem;" id='hover-box'> */}
123122
<p><strong>{props.name}</strong></p>
124123
<p>{props.description}</p>
125124
</div>

0 commit comments

Comments
 (0)