Skip to content

Commit ae2e830

Browse files
authored
Merge pull request #101 from reenphygeorge/fix/github-button
fix(web): github button fixed
2 parents 4892755 + 9390d2f commit ae2e830

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/web/views/profile/components/ProfileBar.tsx

+1-5
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ export const ProfileBar = ({
5656
/>
5757
</Flex>
5858
</Box>
59-
<Flex
60-
justifyContent="space-between"
61-
w={{ base: '100%', lg: isEdit ? '280px' : '230px' }}
62-
mb={{ base: '20px', lg: '0px' }}
63-
>
59+
<Flex gap="3" wrap="wrap" mb={{ base: '20px', lg: '0px' }}>
6460
{isEdit && (
6561
<Button
6662
p="3"

0 commit comments

Comments
 (0)