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">
|
||||
<QuickActionButton
|
||||
icon={PersonStandingIcon}
|
||||
label="Personalized"
|
||||
label="Personalize"
|
||||
onClick={() => {
|
||||
setIsPersonalizedResponseFormOpen(true);
|
||||
}}
|
||||
|
Reference in New Issue
Block a user