Skip to content

Commit

Permalink
Update styles in profil page
Browse files Browse the repository at this point in the history
  • Loading branch information
xjahic committed Nov 3, 2024
1 parent 5b35554 commit c1c8c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/profil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const ProfilePageContent = ({socUser}: {socUser: SocUser | null}) => {
<Heading variant="h4" withAccentUnderline normalWeight>
História platieb
</Heading>
<Flex direction="column" gap="16px">
<Flex direction="column" gap="16px" alignItems="flex-start">
{boughtCourses.map((boughtCourse, i) => (
<Flex
key={i}
Expand Down

0 comments on commit c1c8c0c

Please sign in to comment.