a tool for shared writing and social publishing

use quotetiny not mentiontiny as quote notification icon

+2 -2
+2 -2
app/(home-pages)/notifications/MentionNotification.tsx
··· 1 - import { MentionTiny } from "components/Icons/MentionTiny"; 1 + import { QuoteTiny } from "components/Icons/QuoteTiny"; 2 2 import { ContentLayout, Notification } from "./Notification"; 3 3 import { HydratedQuoteNotification } from "src/notifications"; 4 4 import { PubLeafletDocument, PubLeafletPublication } from "lexicons/api"; ··· 19 19 <Notification 20 20 timestamp={props.created_at} 21 21 href={`https://${pubRecord.base_path}/${rkey}`} 22 - icon={<MentionTiny />} 22 + icon={<QuoteTiny />} 23 23 actionText={<>{displayName} quoted your post</>} 24 24 content={ 25 25 <ContentLayout postTitle={docRecord.title} pubRecord={pubRecord}>