From 46fbe5617d9fc17eb7722ff9905f1edd4b235445 Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Thu, 2 May 2024 21:41:38 -0400 Subject: [PATCH 1/3] Update deploying.yml --- .github/workflows/deploying.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index e07a60a5..b38b5a40 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -3,7 +3,7 @@ name: Deploying on: push: branches: - - master + - main jobs: build_pwa: From 96ac0b22fc50bbcd77a5e14504db65455df3c609 Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Fri, 3 May 2024 02:05:02 +0000 Subject: [PATCH 2/3] update workflow branches --- .github/workflows/linting_testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linting_testing.yml b/.github/workflows/linting_testing.yml index c1d5f833..993ea894 100644 --- a/.github/workflows/linting_testing.yml +++ b/.github/workflows/linting_testing.yml @@ -3,8 +3,7 @@ name: Linting and Testing on: push: branches: - - master - - dev + - main pull_request: jobs: From 38f4a21f2cb9498aeb749ced69511ee8e08004dd Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Fri, 3 May 2024 02:11:12 +0000 Subject: [PATCH 3/3] 'ok now redeploy smov' --- src/pages/HomePage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index fbdd889f..3bf122e2 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -34,6 +34,8 @@ function useSearch(search: string) { }; } +// What the sigma? + export function HomePage() { const { t } = useTranslation(); const { t: randomT } = useRandomTranslation();