diff --git a/src/components/reply/reply.module.css b/src/components/reply/reply.module.css
index 9f1a59ac..301dd817 100644
--- a/src/components/reply/reply.module.css
+++ b/src/components/reply/reply.module.css
@@ -233,4 +233,8 @@
.addMargin {
margin-left: 29px;
+}
+
+.pinned {
+ color: var(--green);
}
\ No newline at end of file
diff --git a/src/components/reply/reply.tsx b/src/components/reply/reply.tsx
index 9a81ff70..76e47867 100644
--- a/src/components/reply/reply.tsx
+++ b/src/components/reply/reply.tsx
@@ -202,6 +202,7 @@ const Reply = ({ depth = 0, isSingle, isNotification = false, reply = {} }: Repl
linkHeight,
linkWidth,
markedAsRead,
+ pinned,
postCid,
removed,
spoiler,
@@ -285,7 +286,8 @@ const Reply = ({ depth = 0, isSingle, isNotification = false, reply = {} }: Repl
[{collapsed ? '+' : '–'}]
- {scoreString} {getFormattedTimeAgo(timestamp)}
+ {scoreString} {getFormattedTimeAgo(timestamp)}{' '}
+ {pinned && - stickied comment}
{collapsed && ({childrenString})}
{stateLabel}
{!collapsed && flair && (