Skip to content

Commit

Permalink
Merge pull request #41 from KrustyC/feat/blocks
Browse files Browse the repository at this point in the history
chore: testing shit out
  • Loading branch information
KrustyC authored Feb 3, 2024
2 parents 608f39e + 9ba1cae commit fd201f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:

lint:
runs-on: ubuntu-latest
needs: typecheck
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand All @@ -36,7 +35,6 @@ jobs:

format:
runs-on: ubuntu-latest
needs: lint
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand All @@ -46,4 +44,4 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run prettier
run: npm run format
run: npm run format:check
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 fd201f8

Please sign in to comment.