Add feedback form and webhook

This commit is contained in:
2026-01-23 19:24:45 +13:00
parent 24685a5371
commit eab212ea8d
7 changed files with 204 additions and 16 deletions

View File

@@ -49,6 +49,7 @@ export default function HeaderActions() {
<a href="/">Requests</a>
<a href="/how-it-works">How it works</a>
<a href="/profile">My profile</a>
<a className="header-cta" href="/feedback">Send feedback</a>
{role === 'admin' && <a href="/admin">Settings</a>}
<button type="button" className="header-link" onClick={signOut}>
Sign out