diff --git a/.github/workflows/prod-build-deploy.yml b/.github/workflows/prod-build-deploy.yml
index e79204d34e..c4230e96d4 100644
--- a/.github/workflows/prod-build-deploy.yml
+++ b/.github/workflows/prod-build-deploy.yml
@@ -143,6 +143,7 @@ jobs:
HYDRO_SECRET: ${{ secrets.HYDRO_SECRET }}
SOURCE_BLOB_URL: ${{ steps.build-source.outputs.download_url }}
DELAY_FOR_PREBOOT: 'true'
+ ALLOWED_POLLING_FAILURES_PER_PHASE: '15'
with:
script: |
const {
diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml
index ca3a18bbd1..099059c61c 100644
--- a/.github/workflows/staging-deploy-pr.yml
+++ b/.github/workflows/staging-deploy-pr.yml
@@ -472,6 +472,7 @@ jobs:
CONTEXT_NAME: ${{ env.CONTEXT_NAME }}
ACTIONS_RUN_LOG: ${{ env.ACTIONS_RUN_LOG }}
HEAD_SHA: ${{ needs.pr-metadata.outputs.head_sha }}
+ ALLOWED_POLLING_FAILURES_PER_PHASE: '15'
with:
script: |
const { GITHUB_TOKEN, HEROKU_API_TOKEN } = process.env
diff --git a/components/DefaultLayout.tsx b/components/DefaultLayout.tsx
index 26f46627bc..d8a4c66888 100644
--- a/components/DefaultLayout.tsx
+++ b/components/DefaultLayout.tsx
@@ -92,7 +92,7 @@ export const DefaultLayout = (props: Props) => {
diff --git a/components/page-footer/Contribution.tsx b/components/page-footer/Contribution.tsx
index 5c7c87781f..0dc7812b8a 100644
--- a/components/page-footer/Contribution.tsx
+++ b/components/page-footer/Contribution.tsx
@@ -12,9 +12,9 @@ export const Contribution = () => {
return (
-
{t`title`}
-
{t`body`}
-
+ {t`title`}
+ {t`body`}
+
{t`button`}
diff --git a/components/page-footer/SmallFooter.tsx b/components/page-footer/SmallFooter.tsx
index 72b10cb862..4e0892dda0 100644
--- a/components/page-footer/SmallFooter.tsx
+++ b/components/page-footer/SmallFooter.tsx
@@ -4,45 +4,59 @@ import { useTranslation } from 'components/hooks/useTranslation'
export const SmallFooter = () => {
const { t } = useTranslation('footer')
return (
-