tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
use quotetiny not mentiontiny as quote notification icon
awarm.space
3 months ago
632093e6
07c18f45
+2
-2
1 changed file
expand all
collapse all
unified
split
app
(home-pages)
notifications
MentionNotification.tsx
+2
-2
app/(home-pages)/notifications/MentionNotification.tsx
···
1
1
-
import { MentionTiny } from "components/Icons/MentionTiny";
1
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
22
-
icon={<MentionTiny />}
22
22
+
icon={<QuoteTiny />}
23
23
actionText={<>{displayName} quoted your post</>}
24
24
content={
25
25
<ContentLayout postTitle={docRecord.title} pubRecord={pubRecord}>