feat: listed versioning for beta builds (#192)
This commit is contained in:
@@ -17,10 +17,10 @@ export default function CalendarFooter(): JSX.Element {
|
||||
<Link className='linkanimate' href='#'>
|
||||
<InstagramIcon className='h-6 w-6' />
|
||||
</Link>
|
||||
<Link className='linkanimate' href='#'>
|
||||
<Link className='linkanimate' href='https://discord.gg/bVh9g6VFwB'>
|
||||
<DiscordIcon className='h-6 w-6' />
|
||||
</Link>
|
||||
<Link className='linkanimate' href='#'>
|
||||
<Link className='linkanimate' href='https://github.com/Longhorn-Developers/UT-Registration-Plus'>
|
||||
<GithubIcon className='h-6 w-6' />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
@@ -24,7 +24,7 @@ const links: LinkItem[] = [
|
||||
},
|
||||
{
|
||||
text: 'Become a Beta Tester',
|
||||
url: '#',
|
||||
url: 'https://discord.gg/bVh9g6VFwB',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user