diff --git a/orchestrator/src/client/components/ghostwriter/GhostwriterDrawer.tsx b/orchestrator/src/client/components/ghostwriter/GhostwriterDrawer.tsx index 99dd6cc..efb6b37 100644 --- a/orchestrator/src/client/components/ghostwriter/GhostwriterDrawer.tsx +++ b/orchestrator/src/client/components/ghostwriter/GhostwriterDrawer.tsx @@ -26,27 +26,24 @@ export const GhostwriterDrawer: React.FC = ({ const [open, setOpen] = useState(false); return ( - + -
+
Ghostwriter @@ -56,7 +53,7 @@ export const GhostwriterDrawer: React.FC = ({
{job && ( -
+
)} diff --git a/orchestrator/src/client/components/ghostwriter/GhostwriterPanel.tsx b/orchestrator/src/client/components/ghostwriter/GhostwriterPanel.tsx index 58fb240..ac08672 100644 --- a/orchestrator/src/client/components/ghostwriter/GhostwriterPanel.tsx +++ b/orchestrator/src/client/components/ghostwriter/GhostwriterPanel.tsx @@ -236,20 +236,20 @@ export const GhostwriterPanel: React.FC = ({ job }) => { }, [isStreaming, job.id, loadMessages, messages, onStreamEvent]); return ( -
+
{messages.length === 0 && !isLoading ? ( -
-

+
+

{job.title} at {job.employer}

-

- Ghostwriter already has this job description, your resume and your writing style preferences. Ask for - tailored response drafts, or concise role-fit - talking points. +

+ Ghostwriter already has this job description, your resume and your + writing style preferences. Ask for tailored response drafts, or + concise role-fit talking points.

) : ( @@ -261,7 +261,7 @@ export const GhostwriterPanel: React.FC = ({ job }) => { )}

-
+