Skip to content

Commit

Permalink
chore: testing shit out
Browse files Browse the repository at this point in the history
  • Loading branch information
KrustyC committed Feb 3, 2024
1 parent 608f39e commit e85995c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
run: npm install
- name: Run typecheck
run: npm run typecheck

lint:
runs-on: ubuntu-latest
needs: typecheck
Expand All @@ -33,7 +32,6 @@ jobs:
run: npm install
- name: Run lint
run: npm run lint

format:
runs-on: ubuntu-latest
needs: lint
Expand Down
1 change: 1 addition & 0 deletions src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default function GenericError() {
return (
<div className="flex flex-col items-center w-full py-12">
{/* <BugFixingIcon className="h-[180px] w-[320px] lg:h-[480px] lg:w-[620px]" /> */}

<h2 className="text-2xl lg:text-4xl w-[320px] lg:w-[620px] mt-8">
An error happened. Our devs have been informed and are already working
towards a fix. Please try again soon.
Expand Down

0 comments on commit e85995c

Please sign in to comment.