Skip to content

Commit

Permalink
chore(time): update Footer component to use space-y-1 for better spac…
Browse files Browse the repository at this point in the history
…ing (#97)
  • Loading branch information
SWARVY committed Aug 8, 2024
1 parent 261c576 commit 9ce2d2a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/time/src/widgets/menu/ui/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,12 @@ const Footer = () => {
</Link>
))}
</ul>
<div className="mt-2 text-xs font-medium text-gray-400">
<div className="mt-2 space-y-1 text-xs font-medium text-gray-400">
<p className="space-x-1">
<span>Developed By</span>
<a href="https://github.com/KGU-C-Lab" target="_blank">
C-Lab CoreTeam
</a>
<span>X</span>
<a href="https://jinhy.uk" target="_blank">
방진혁
</a>
</p>
<p>© C-Lab. All rights reserved.</p>
</div>
Expand Down

0 comments on commit 9ce2d2a

Please sign in to comment.