Skip to content

Commit

Permalink
style(client): make Footer bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Sep 6, 2024
1 parent 098858f commit 50c53ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const Footer = () => (
<footer className='bg-gray-800 p-4'>
<div className='container mx-auto text-center'>
<a
className='text-white hover:text-gray-400'
className='text-white hover:text-gray-400 text-lg'
href='https://github.com/dog-18/dog18'
target='_blank'
rel='noopener noreferrer'
Expand Down

0 comments on commit 50c53ef

Please sign in to comment.