Skip to content

Commit

Permalink
Update TimeSince.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 21, 2024
1 parent 4d6bc25 commit bb89971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-enterprise/src/app/TimeSince.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function TimeSince({label, since}: {label: string; since: string}) {
<div className="bg-theme-button text-theme-button absolute left-2 top-2 block rounded text-xs transition duration-1000 ease-in-out">
<span className="inline-block py-1 pl-2 pr-0.5">{label}:</span>
<span className="bg-theme text-theme mr-0.5 inline-block rounded-r-sm px-1 py-0.5 tabular-nums transition duration-1000 ease-in-out">
rendered {timeSince}
fetched {timeSince}
</span>
</div>
)
Expand Down

0 comments on commit bb89971

Please sign in to comment.