FIX: Update bug request form

pull/1/head
Gabe Farrell 2 years ago
parent 229c967128
commit 1a43cb6c4d

@ -4,7 +4,7 @@ export default function Footer() {
return (
<Box width={600} className='flex flex-row justify-around text-sm text-neutral-500 border-t-2 border-neutral-600 p-4 mt-4'>
<a className="hover:text-neutral-300" href="https://github.com/gabehf/Prittee" target="_blank">View the source on GitHub</a>
<a className="hover:text-neutral-300" href="https://forms.gle/a8BkH6yUDnzLJD938" target="_blank">Report a bug</a>
<a className="hover:text-neutral-300" href="https://forms.gle/YTBkxUk7mKsmMsvC6" target="_blank">Report a bug</a>
</Box>
)
}
Loading…
Cancel
Save