fix/text_color_for_react_18_card

This commit is contained in:
S007K 2024-06-30 12:13:50 +05:30
parent 651f984e52
commit cbfb72f4ec

View file

@ -103,7 +103,7 @@ export default async function IndexPage() {
</svg>
<div className="space-y-2">
<h3 className="font-bold">React 18</h3>
<p className="text-sm">
<p className="text-sm text-muted-foreground">
Server and Client Components. Use hook.
</p>
</div>