diff --git a/src/components/UserAggregationList/index.tsx b/src/components/UserAggregationList/index.tsx index 737cb857..baadd648 100644 --- a/src/components/UserAggregationList/index.tsx +++ b/src/components/UserAggregationList/index.tsx @@ -18,7 +18,7 @@ import client from '@/services/client.service' import userAggregationService, { TUserAggregation } from '@/services/user-aggregation.service' import { TFeedSubRequest } from '@/types' import dayjs from 'dayjs' -import { History, Loader, Pin, PinOff } from 'lucide-react' +import { History, Loader, Star } from 'lucide-react' import { Event, kinds } from 'nostr-tools' import { forwardRef, @@ -563,9 +563,13 @@ function UserAggregationItem({ ? 'text-primary hover:text-primary/80' : 'text-muted-foreground hover:text-foreground' }`} - title={pinned ? t('Unpin') : t('Pin')} + title={pinned ? t('Unfollow Special') : t('Special Follow')} > - {loading ? : pinned ? : } + {loading ? ( + + ) : ( + + )}