Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nmashchenko committed Feb 18, 2024
1 parent a881293 commit f69e679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/(main)/[username]/profile/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {

return (
<div className={styles.container}>
<Flex direction={'column'} width={'100%'} gap={'30px'} >
<Flex direction={'column'} width={'100%'} gap={'30px'}>
<button onClick={router.back} className={styles.back}>
<ArrowLeftIcon />
<Typography>Back</Typography>
Expand Down

0 comments on commit f69e679

Please sign in to comment.