Skip to content

Commit

Permalink
fix: update social icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanL06 committed Dec 31, 2024
1 parent 68990ec commit 859c2b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/views/components/calendar/CalendarFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ const handleOpenOptions = async (): Promise<void> => {
*/
export default function CalendarFooter(): JSX.Element {
return (
<footer className='px-spacing7 pt-spacing3 min-w-full w-0 flex items-center justify-between bg-white'>
<div className='gap-spacing4 flex'>
<footer className='min-w-full w-0 flex items-center justify-between bg-white px-spacing7 pt-spacing3'>
<div className='flex gap-spacing4'>
<Link className='linkanimate' href='https://www.instagram.com/longhorndevelopers'>
<InstagramIcon className='h-6 w-6 fill-ut-black' />
<InstagramIcon className='h-6 w-6 text-ut-black' />
</Link>
<Link className='linkanimate' href='https://discord.gg/7pQDBGdmb7'>
<DiscordIcon className='h-6 w-6 fill-ut-black' />
<DiscordIcon className='h-6 w-6 text-ut-black' />
</Link>
<Link className='linkanimate' href='https://github.com/Longhorn-Developers'>
<GithubIcon className='h-6 w-6 fill-ut-black' />
<GithubIcon className='h-6 w-6 text-ut-black' />
</Link>
<Link
className='linkanimate'
href='https://www.linkedin.com/company/longhorn-developers/posts/?feedView=all'
>
<LinkedinIcon className='h-6 w-6 fill-ut-black -mx-0.75' />
<LinkedinIcon className='h-6 w-6 text-ut-black -mx-0.75' />
</Link>
</div>
<div>
Expand Down

0 comments on commit 859c2b2

Please sign in to comment.