Skip to content

Commit 27eb0f8

Browse files
kanekoshoyuclaude
andcommitted
Remove back button from Job Description Enrichment header
- Removed the "Back to setup" return button next to Job Description Enrichment title - Simplified header layout in manual editing mode 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 721ce33 commit 27eb0f8

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/components/interactive/JobDescriptionEnrichment.tsx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -568,27 +568,6 @@ export default function JobDescriptionEnrichment({
568568
<div className="relative p-6 h-full flex items-center">
569569
<div className="flex items-center justify-between w-full">
570570
<div className="flex items-center gap-3">
571-
<Button
572-
onClick={() => onStageChange("not_linked")}
573-
variant="ghost"
574-
size="sm"
575-
className="text-white hover:bg-white/10 hover:text-white p-2 h-8 w-8"
576-
title="Back to setup"
577-
>
578-
<svg
579-
className="w-4 h-4"
580-
fill="none"
581-
stroke="currentColor"
582-
viewBox="0 0 24 24"
583-
>
584-
<path
585-
strokeLinecap="round"
586-
strokeLinejoin="round"
587-
strokeWidth="2"
588-
d="M10 19l-7-7m0 0l7-7m-7 7h18"
589-
/>
590-
</svg>
591-
</Button>
592571
<div>
593572
<div className="flex items-center gap-2">
594573
<h3 className="text-lg font-semibold text-white">Job Description Enrichment</h3>

0 commit comments

Comments
 (0)