Skip to content

Commit

Permalink
add msg for missing majors
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonLim8890 committed Apr 17, 2024
1 parent 825b733 commit 1bf1428
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/frontend/components/Plan/AddPlanModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ export const AddPlanModal: React.FC<AddPlanModalProps> = ({
isSearchable
useFuzzySearch
/>
<Flex align="center">
<Text size="xs" mr="xs">
Can&apos;t find your major?
</Text>
<HelperToolTip label="We are working to support all majors, but in the meantime, you can submit feedback requesting your major and select 'No Major' so that you can still use our planner!" />
</Flex>
{majorHasConcentrations && (
<PlanSelect
label="Concentrations"
Expand Down

0 comments on commit 1bf1428

Please sign in to comment.