mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 00:21:28 +02:00
Fix typo
This commit is contained in:
@@ -390,7 +390,7 @@ export function AIChat() {
|
|||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<QuickActionButton
|
<QuickActionButton
|
||||||
icon={PersonStandingIcon}
|
icon={PersonStandingIcon}
|
||||||
label="Personalized"
|
label="Personalize"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setIsPersonalizedResponseFormOpen(true);
|
setIsPersonalizedResponseFormOpen(true);
|
||||||
}}
|
}}
|
||||||
|
Reference in New Issue
Block a user