Skip to content

Commit 63863b5

Browse files
committed
fix seminar header
1 parent 9f0b4a2 commit 63863b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: 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' },

Diff for: frontend/src/ui/landing/seminar/SeminarHeader.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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 className={'flex items-center justify-between gap-y-6 px-32 pb-10 pt-20 max-md:flex-col'}>
1010
<div className={''}>
1111
<div
1212
className={

0 commit comments

Comments
 (0)