diff --git a/src/components/UserPersona/UpdatePersonaModal.tsx b/src/components/UserPersona/UpdatePersonaModal.tsx
index 7c2444603..26b0a6b81 100644
--- a/src/components/UserPersona/UpdatePersonaModal.tsx
+++ b/src/components/UserPersona/UpdatePersonaModal.tsx
@@ -57,9 +57,10 @@ export function UpdatePersonaModal(props: UpdatePersonaModalProps) {
bodyClassName="p-4"
>
-
Update your persona
+
Tell us more about yourself
- Update your persona to get the best out of the AI Tutor.
+ We'll use this information to help you get the best out of the AI
+ Tutor.
diff --git a/src/components/UserPersona/UserPersonaForm.tsx b/src/components/UserPersona/UserPersonaForm.tsx
index e2b055259..97f6f0eb0 100644
--- a/src/components/UserPersona/UserPersonaForm.tsx
+++ b/src/components/UserPersona/UserPersonaForm.tsx
@@ -1,6 +1,6 @@
import { useId, useRef, useState } from 'react';
import { SelectNative } from '../SelectNative';
-import { Loader2Icon, MessageCircle, PlayIcon } from 'lucide-react';
+import { Loader2Icon, MessageCircle } from 'lucide-react';
import { cn } from '../../lib/classname';
export type UserPersonaFormData = {
@@ -53,7 +53,7 @@ export function UserPersonaForm(props: UserPersonaFormProps) {
id={expertiseFieldId}
value={expertise}
onChange={(e) => setExpertise(e.target.value)}
- className="border-gray-300 focus:border-gray-500 focus:ring-1 focus:ring-gray-500"
+ className="border-gray-300 text-sm h-[40px] focus:border-gray-500 focus:ring-1 focus:ring-gray-500"
>