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: 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: 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();