Skip to content

Commit

Permalink
fixed some styles for team member page
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-rafada committed Mar 25, 2024
1 parent c7472c4 commit a33dd55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/team/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export default async function TeamMember({
</Flex>
<Flex direction='column' gap={{ base: 2, md: 3 }}>
<Flex direction='column' gap={{ base: 2, md: 3 }}>
<Heading as='h1' size={{ base: 'xl', md: '2xl' }}>
<Heading as='h1' size={{ base: 'xl', md: '2xl' }} color='brand.600'>
{teamMember.name}
</Heading>
<Heading as='h3' size={{ base: 'lg', md: 'xl' }}>
<Heading as='h3' size={{ base: 'lg', md: 'xl' }} color='gray.700'>
{teamMember.position}
</Heading>
</Flex>
Expand Down

0 comments on commit a33dd55

Please sign in to comment.