diff --git a/packages/web/pages/highlights.tsx b/packages/web/pages/highlights.tsx
index 5c760e3c9..abdc5a183 100644
--- a/packages/web/pages/highlights.tsx
+++ b/packages/web/pages/highlights.tsx
@@ -17,6 +17,7 @@ import { Box, HStack, VStack } from '../components/elements/LayoutPrimitives'
import { ConfirmationModal } from '../components/patterns/ConfirmationModal'
import { HighlightHoverActions } from '../components/patterns/HighlightHoverActions'
import { HighlightViewNote } from '../components/patterns/HighlightNotes'
+import { timeAgo } from '../components/patterns/LibraryCards/LibraryCardStyles'
import { SetHighlightLabelsModalPresenter } from '../components/templates/article/SetLabelsModalPresenter'
import { EmptyHighlights } from '../components/templates/homeFeed/EmptyHighlights'
import { LibraryFilterMenu } from '../components/templates/navMenu/LibraryMenu'
@@ -246,6 +247,16 @@ function HighlightCard(props: HighlightCardProps): JSX.Element {
borderRadius: '2px',
}}
/>
+
+ {timeAgo(props.highlight.updatedAt)}
+
{props.highlight.quote && (
{props.highlight.quote}