Skip to content

Commit fbe5452

Browse files
committed
fix seminar header
1 parent 9f0b4a2 commit fbe5452

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

frontend/src/app/dashboard/profile/ProfileForm.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const jobOptions: OptionType[] = [
4848
{ value: 'Software Engineer', label: 'Software Engineer' },
4949
{ value: 'Backend Developer', label: 'Backend Developer' },
5050
{ value: 'Frontend Developer', label: 'Frontend Developer' },
51+
{ value: 'Mobile Developer', label: 'Mobile Developer' },
5152
{ value: 'Full Stack Developer', label: 'Full Stack Developer' },
5253
{ value: 'DevOps Engineer', label: 'DevOps Engineer' },
5354
{ value: 'Machine Learning Engineer', label: 'Machine Learning Engineer' },

frontend/src/ui/landing/seminar/SeminarHeader.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ import ViewAllButton from './ViewAllButton';
66

77
export default function SeminarHeader() {
88
return (
9-
<div className={'flex items-center justify-between px-32 pt-6 '}>
9+
<div
10+
className={
11+
'flex items-center justify-between gap-y-6 px-32 pb-10 pt-20 max-md:flex-col'
12+
}
13+
>
1014
<div className={''}>
1115
<div
1216
className={

0 commit comments

Comments
 (0)