Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Jan 6, 2024
1 parent 3dc3d4a commit 3974ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/FilterDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export function FilterDrawer({
backdropBlur='12px'
roundedTop='3xl'
maxH='450px'
borderTop='1px solid #A0AEC0'
>
<DrawerHeader>Filtrar por:</DrawerHeader>
<DrawerCloseButton />
Expand Down
4 changes: 2 additions & 2 deletions src/pages/profile/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Profile() {
justify='center'
align='center'
direction='column'
h='300px'
h={{ base: '250px', md: '300px' }}
bg={bgCover}
>
<Image
Expand Down Expand Up @@ -60,7 +60,7 @@ export default function Profile() {
{parseDate(data.user.createdAt)}
</Flex>
</Flex>
<Flex justify='center' borderBottom='1px'>
<Flex justify='center' borderBottom='1px solid #A0AEC0'>
<Box mt={{ base: 5, md: 8 }} mb='1' fontSize={{ base: 'md', md: 'lg' }}>
PUBLICACIONES
</Box>
Expand Down

1 comment on commit 3974ace

@vercel
Copy link

@vercel vercel bot commented on 3974ace Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

xbu – ./

xbu-franqsanz.vercel.app
xbu-git-main-franqsanz.vercel.app
xbu.vercel.app

Please sign in to comment.