Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c68581d

Browse files
committed
fix: correct naming for WebLeftPanelExploreRoomsButton
1 parent c9f7fce commit c68581d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/LeftPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default class LeftPanel extends React.Component<IProps, IState> {
120120

121121
private onExplore = (ev: ButtonEvent) => {
122122
dis.fire(Action.ViewRoomDirectory);
123-
PosthogTrackers.trackInteraction("WebLeftPanelExploreRoomsItem", ev);
123+
PosthogTrackers.trackInteraction("WebLeftPanelExploreRoomsButton", ev);
124124
};
125125

126126
private refreshStickyHeaders = () => {

0 commit comments

Comments
 (0)