Skip to content

Commit c6c91ef

Browse files
committed
UI fix for friends page
1 parent 8fb3e79 commit c6c91ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/Friends/FriendsPage.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { FriendProgressItem } from './FriendProgressItem';
1010
import { UserProgressModal } from '../UserProgress/UserProgressModal';
1111
import { InviteFriendPopup } from './InviteFriendPopup';
1212
import { UserCustomProgressModal } from '../UserProgress/UserCustomProgressModal';
13-
import { UserIcon } from '../ReactIcons/UserIcon.tsx';
13+
import {UserIcon} from "lucide-react";
1414

1515
type FriendResourceProgress = {
1616
updatedAt: string;
@@ -203,7 +203,7 @@ export function FriendsPage() {
203203

204204
{filteredFriends.length === 0 && (
205205
<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" />
207207

208208
<h2 className="text-lg font-semibold">
209209
{selectedGrouping === 'active' && 'No friends yet'}

0 commit comments

Comments
 (0)