Skip to content

Commit

Permalink
Merge pull request #1686 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Dev Server
  • Loading branch information
aswanthabam authored Nov 16, 2024
2 parents 16781ab + 7251fef commit 37e372a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const CheckMark = () => (
const INITIAL_INTERESTS = [
{ title: "Coder", value: "coder", img: software, checked: false },
{ title: "Hardware", value: "hardware", img: maker, checked: false },
{ title: "Manager", value: "manager", img: management, checked: false },
// { title: "Manager", value: "manager", img: management, checked: false },
{ title: "Creative", value: "creative", img: creative, checked: false },
{ title: "Others", value: "others", img: others, checked: false }
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ const IntrestGroupForm = forwardRef(
const interestGroup = [
{ label: "Coder", value: "coder" },
{ label: "Hardware", value: "hardware" },
{
label: "Manager",
value: "manager"
},
// {
// label: "Manager",
// value: "manager"
// },
{ label: "Creative", value: "creative" },
{ label: "Others", value: "others" }
];
Expand Down

0 comments on commit 37e372a

Please sign in to comment.