Skip to content

Commit ad3434c

Browse files
committed
fix(ui): add TargetIcon to appIcons for sidebar compatibility
1 parent 5837e71 commit ad3434c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/utils/appIcons.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ import {
121121
BookBookmarkIcon,
122122
HouseIcon,
123123
UserIcon,
124+
TargetIcon,
124125
} from '@phosphor-icons/react';
125126

126127
export const appIcons = {
@@ -246,4 +247,5 @@ export const appIcons = {
246247
BookBookmarkIcon,
247248
HouseIcon,
248249
UserIcon,
250+
TargetIcon,
249251
};

0 commit comments

Comments
 (0)