Skip to content

Commit 8ac988e

Browse files
authored
update mailing list link
1 parent 23013ae commit 8ac988e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/links.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function Links() {
1616
<div className="flex flex-col pt-20">
1717
<h1 className='block text-center text-4xl font-extrabold mb-12'>Gunn United Computations</h1>
1818
<div className="flex flex-col mx-auto gap-4">
19-
<QuickLink className='bg-rose-500' to='https://docs.google.com/forms/d/e/1FAIpQLSd-lEAiVKMF5PeXsWF2LBUxknTchptL0GeJ3rJwS_wfkGTKVw/viewform' title='Mailing List Signup' />
19+
<QuickLink className='bg-rose-500' to='https://forms.gle/P9KE99RqyHyMwSBAA' title='Mailing List Signup' />
2020
<QuickLink className='bg-red-500' to='https://docs.google.com/forms/d/e/1FAIpQLSfHF5w1sZc5pjj1PBjm9udRRgl60IeWxEf4Y0lAXCETPfuN4g/viewform?entry.676984385=United%20Computations' title='Attendance' />
2121
<QuickLink className='bg-orange-500' to='https://tinyurl.com/gunnucdiscord' title='Discord Server' />
2222
<QuickLink className='bg-amber-500' to='/' title='Our Website' />
@@ -26,4 +26,4 @@ export default function Links() {
2626

2727

2828
</div>)
29-
}
29+
}

0 commit comments

Comments
 (0)