Skip to content

Commit cf674e4

Browse files
committed
fix broken icon
1 parent ef5bfbb commit cf674e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/stats/npm/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ function RouteComponent() {
13021302
?.label
13031303
}`
13041304
: 'No Facet X'}
1305-
<Ellip className="w-3 h-3" />
1305+
<EllipsisVertical className="w-3 h-3" />
13061306
</button>
13071307
</DropdownMenuTrigger>
13081308
</Tooltip>

0 commit comments

Comments
 (0)