Skip to content

Commit

Permalink
fix: Fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
0xwonj committed Apr 2, 2024
1 parent 2b3d6f4 commit 33d1af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/academia/computer-science/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const PostPreview = props => {
</Link>
<div className="flex items-center justify-between">
<span className="">&rarr; {props.subtitle}</span>
<span className="whitespace-nowrap font-press-start text-xs capitalize text-amber-300">
<span className="whitespace-nowrap font-press-start text-xs capitalize text-red-300">
{props.subcategory.replaceAll('-', ' ')}
</span>
</div>
Expand Down

0 comments on commit 33d1af8

Please sign in to comment.