mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
fix/text_color_for_react_18_card
This commit is contained in:
parent
651f984e52
commit
cbfb72f4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue