Skip to content

Commit

Permalink
fix blurb messages
Browse files Browse the repository at this point in the history
  • Loading branch information
uno-p-5 authored Apr 25, 2024
1 parent d5e71ba commit 237e0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/search/Blurb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Blurb = (props: BlurbProps) => {
</div>

<div className="flex text-sm font-light text-gray md:justify-end md:text-base">
{"GE-Z's"} data was {lastUpdated ? timeAgo : "not available"}
{"GE-Z's"} data was updated {lastUpdated ? timeAgo : "x"}
</div>
</div>

Expand Down

0 comments on commit 237e0de

Please sign in to comment.