File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { FriendProgressItem } from './FriendProgressItem';
10
10
import { UserProgressModal } from '../UserProgress/UserProgressModal' ;
11
11
import { InviteFriendPopup } from './InviteFriendPopup' ;
12
12
import { UserCustomProgressModal } from '../UserProgress/UserCustomProgressModal' ;
13
- import { UserIcon } from '../ReactIcons/UserIcon.tsx' ;
13
+ import { UserIcon } from "lucide-react" ;
14
14
15
15
type FriendResourceProgress = {
16
16
updatedAt : string ;
@@ -203,7 +203,7 @@ export function FriendsPage() {
203
203
204
204
{ filteredFriends . length === 0 && (
205
205
< div className = "flex flex-col items-center justify-center py-12" >
206
- < UserIcon className = "mb-3 w-12 opacity-20" />
206
+ < UserIcon size = { '60px' } className = "mb-3 w-12 opacity-20" />
207
207
208
208
< h2 className = "text-lg font-semibold" >
209
209
{ selectedGrouping === 'active' && 'No friends yet' }
You can’t perform that action at this time.
0 commit comments