Skip to content

Commit

Permalink
refactor:footer hr
Browse files Browse the repository at this point in the history
  • Loading branch information
ademsuslu committed Dec 5, 2024
1 parent b4c8fa5 commit ad460c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/shared/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Logo from './logo'
const Footer = () => {
return (
<footer>
<div className='mt-4'/>
<hr />
<section className="my-4 flex flex-col justify-center items-center w-full">
<div className="flex flex-col md:flex-row justify-around items-center w-full space-y-3">
Expand Down

0 comments on commit ad460c5

Please sign in to comment.