Merge branch 'sussy-code:main' into main

This commit is contained in:
Ivan Evans 2024-05-02 21:10:28 -06:00 committed by GitHub
commit 83757328fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: Deploying
on:
push:
branches:
- master
- main
jobs:
build_pwa:

View File

@ -3,8 +3,7 @@ name: Linting and Testing
on:
push:
branches:
- master
- dev
- main
pull_request:
jobs:

View File

@ -34,6 +34,8 @@ function useSearch(search: string) {
};
}
// What the sigma?
export function HomePage() {
const { t } = useTranslation();
const { t: randomT } = useRandomTranslation();