mirror of
https://github.com/gabehf/Prittee.git
synced 2026-03-11 00:10:37 -07:00
FIX: Update bug request form
This commit is contained in:
parent
229c967128
commit
1a43cb6c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue