Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
fix: switch text colors around
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Feb 1, 2024
1 parent d421f39 commit 1211384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ export default function Activity() {
</Link>
<time
dateTime={rating.$updatedAt}
className="flex-none text-xs text-white"
className="flex-none text-xs text-green-500"
>
{rating.timeAgo}
</time>
</div>
<p className="mt-3 truncate text-sm text-green-500">
<p className="mt-3 truncate text-sm text-white">
Rated{" "}
<Link
href={`/rate?owner=${rating.owner}&name=${rating.name}`}
Expand Down

0 comments on commit 1211384

Please sign in to comment.