feat: updated calendar page and recruitment banner links (#219)
This commit is contained in:
@@ -14,13 +14,13 @@ export default function CalendarFooter(): JSX.Element {
|
||||
return (
|
||||
<footer className='min-w-full w-0 pl-4.5 space-y-2'>
|
||||
<div className='flex gap-2'>
|
||||
<Link className='linkanimate' href='#'>
|
||||
<Link className='linkanimate' href='https://www.instagram.com/longhorndevelopers'>
|
||||
<InstagramIcon className='h-6 w-6' />
|
||||
</Link>
|
||||
<Link className='linkanimate' href='https://discord.gg/bVh9g6VFwB'>
|
||||
<Link className='linkanimate' href='https://discord.gg/7pQDBGdmb7'>
|
||||
<DiscordIcon className='h-6 w-6' />
|
||||
</Link>
|
||||
<Link className='linkanimate' href='https://github.com/Longhorn-Developers/UT-Registration-Plus'>
|
||||
<Link className='linkanimate' href='https://github.com/Longhorn-Developers'>
|
||||
<GithubIcon className='h-6 w-6' />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user