[web] add email notification surveys (#33063)

* feat: update survey link in settings modal
* feat: add survey link to email footer

GitOrigin-RevId: acd22281931bb98eebafa7072dca1c54d48cd972
This commit is contained in:
Kristina
2026-05-04 10:31:14 +02:00
committed by Copybot
parent f977a813db
commit d73e2b063a

View File

@@ -72,11 +72,10 @@ export default function ProjectNotificationsSetting() {
{t('email_notifications_are_currently_in_beta')}{' '}
{t('these_settings_might_change_in_the_future')}{' '}
</span>
{/* TODO: update forms link */}
<a
target="_blank"
rel="noopener noreferrer"
href="https://forms.gle/"
href="https://forms.gle/unCNQedYXChTn2Qo6"
>
{t('give_feedback')}
</a>