Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function CareerExperienceEditor({
placeholder="例: SES事業、受託開発"
/>
</label>
{/* IT企業かどうか(非ITは取引先を持たず詳細のみ)。会社名・事業内容と同じ行に配置。
{/* IT企業かどうか(非ITは案件を持たず詳細のみ)。会社名・事業内容と同じ行に配置。
上段は labelText のスペーサで隣のラベル行と高さを合わせ、下段のトグルを入力欄と横並びにする。 */}
<label>
<span className={shared.labelText} aria-hidden="true">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/forms/ProjectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type ProjectModalProps = {
onSave: (project: CareerProjectForm) => void;
/** 閉じるコールバック */
onClose: () => void;
/** カテゴリごとの技術スタック名称リスト */
/** カテゴリごとのスキルセット名称リスト */
techStackNamesByCategory: Map<string, string[]>;
/**
* PDF 取り込み補助。PDF が選択されている時はモーダル内の右カラムに原本ビューを再掲する。
Expand Down