Add Last updated icon

This commit is contained in:
Sam Carlton 2022-07-02 14:34:07 -05:00
parent b221762288
commit 73de179ff3

View file

@ -22,7 +22,7 @@ const reportUrl = details.isGame ? gameReportUrl : defaultReportUrl
<time
datetime={ listing.lastUpdated.raw }
>
Last Updated { lastUpdatedFriendly }
🕐 Last Updated { lastUpdatedFriendly }
</time>
</div>
}