Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaZQ1 committed Mar 1, 2024
1 parent e4cbbdc commit 087316b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,12 @@ export const AddCourseModal: React.FC<AddCourseModalProps> = ({
<Flex
direction="column"
bg="neutral.50"
paddingLeft="7"
paddingY="9"
padding="xl"
borderRight="1px"
borderColor="neutral.200"
borderEndStartRadius="lg"
>
<Text fontSize="md" as="b" marginBottom="xs">
<Text fontSize="md" fontWeight="bold" marginBottom="xs">
NUPath
</Text>
<Flex direction="column" gap="2">
Expand Down

0 comments on commit 087316b

Please sign in to comment.