Skip to content

Commit

Permalink
fix(client): minor layout style
Browse files Browse the repository at this point in the history
  • Loading branch information
lareii committed Sep 16, 2024
1 parent ae378f2 commit e28fc25
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions client/app/(home)/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ export default function Layout({ children }) {
</div>
<hr />
<div className='text-sm flex justify-between gap-32 max-md:gap-3'>
<div className='flex flex-col gap-1'>
<div>
<div className='text-muted-foreground mb-2'>copl.uk</div>
<div>
<Link href={'/about'}>hakkında</Link>
<div className='flex flex-col gap-1'>
<div>
<Link href={'/about'}>hakkında</Link>
</div>
</div>
</div>
<div>
Expand Down

0 comments on commit e28fc25

Please sign in to comment.