feat: updated calendar page and recruitment banner links (#219)

This commit is contained in:
Samuel Gunter
2024-05-20 20:31:09 -07:00
committed by GitHub
parent e3c2da36df
commit a2303ee35f
3 changed files with 14 additions and 14 deletions

View File

@@ -14,17 +14,17 @@ interface LinkItem {
}
const links: LinkItem[] = [
{
text: 'Feedback Form',
url: '#',
},
{
text: 'Apply to Longhorn Developers',
url: '#',
},
// {
// text: 'Feedback Form',
// url: '#',
// },
// {
// text: 'Apply to Longhorn Developers',
// url: '#',
// },
{
text: 'Become a Beta Tester',
url: 'https://discord.gg/bVh9g6VFwB',
url: 'https://forms.gle/Y9dmQAb1yzW5PRg48',
},
];