We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d080b commit 0cabd98Copy full SHA for 0cabd98
src/components/LastFetchedAt/LastFetchedAt.tsx
@@ -10,6 +10,7 @@ export const LastFetchedAt = ({ lastFetchedAt }: LastFetchAtProps) => {
10
11
return (
12
<div className="w-full text-xs text-gray-500 text-right">
13
+ 2{' '}
14
{t('common.lastFetched', {
15
date: intlFormatDistance(lastFetchedAt, new Date(), {
16
locale: navigator.language,
0 commit comments