Skip to content

Commit 5aea06f

Browse files
committed
fix: remove JS security concern
1 parent 55c6061 commit 5aea06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/PopoverContainer/PopoverContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function PopoverLink({
8585
<Box
8686
component="a"
8787
// Href still needed for accessibility reasons and semantic markup
88-
href="javascript:void(0)"
88+
href=""
8989
onClick={onClick}
9090
sx={{
9191
outline: "none",

0 commit comments

Comments
 (0)