Skip to content

Commit

Permalink
return to using whitespace (#6109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored Nov 4, 2024
1 parent 86840f2 commit ab4e361
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/view/com/notifications/FeedItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,9 @@ let FeedItem = ({
<TimeElapsed timestamp={item.notification.indexedAt}>
{({timeElapsed}) => (
<>
<Text style={[a.ml_xs, pal.textLight]}>&middot;</Text>
<Text style={[a.ml_xs, pal.textLight]} title={niceTimestamp}>
{/* make sure there's whitespace around the middot -sfn */}
<Text style={[pal.textLight]}> &middot; </Text>
<Text style={[pal.textLight]} title={niceTimestamp}>
{timeElapsed}
</Text>
</>
Expand Down

0 comments on commit ab4e361

Please sign in to comment.