From d3a07ee5f3e2510997d8eef366e3489383156743 Mon Sep 17 00:00:00 2001 From: Anna Hughes Date: Mon, 13 Jan 2025 15:53:40 +0000 Subject: [PATCH] feat: app migration scripts and fonts (#1267) --- .babelrc | 4 -- .github/workflows/build-and-test-prs.yml | 2 +- .github/workflows/community-issue-comment.yml | 2 +- components/head/GoogleTagManagerScript.tsx | 2 +- pages/_app.tsx | 72 ++++++++++++------- pages/_document.tsx | 4 -- styles/theme.ts | 10 +-- 7 files changed, 55 insertions(+), 41 deletions(-) delete mode 100644 .babelrc diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 7d31ec4c4..000000000 --- a/.babelrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "presets": ["next/babel", "@babel/preset-typescript"], - "plugins": ["istanbul"] -} diff --git a/.github/workflows/build-and-test-prs.yml b/.github/workflows/build-and-test-prs.yml index 63e47165e..3e35d0ac3 100644 --- a/.github/workflows/build-and-test-prs.yml +++ b/.github/workflows/build-and-test-prs.yml @@ -26,7 +26,7 @@ jobs: - name: Use NodeJs uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: '20.x' - name: Install dependencies run: yarn install --frozen-lockfile --non-interactive diff --git a/.github/workflows/community-issue-comment.yml b/.github/workflows/community-issue-comment.yml index a652b5c8f..87ecaacc2 100644 --- a/.github/workflows/community-issue-comment.yml +++ b/.github/workflows/community-issue-comment.yml @@ -10,7 +10,7 @@ name: Issue Comment Workflows on: workflow_run: - workflows: ["Label Stale Contributions"] + workflows: ['Label Stale Contributions'] types: - completed issues: diff --git a/components/head/GoogleTagManagerScript.tsx b/components/head/GoogleTagManagerScript.tsx index 317d49377..47736c0c5 100644 --- a/components/head/GoogleTagManagerScript.tsx +++ b/components/head/GoogleTagManagerScript.tsx @@ -4,7 +4,7 @@ const GoogleTagManagerScript = () => { return (