Skip to content

Commit

Permalink
tweak homepage, timeout for deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Apr 3, 2024
1 parent 2a51ca9 commit 6afcee4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
runs-on: ubuntu-latest
name: Deploy to production
needs: build-and-push-image
cancel-timeout-minutes: 10

steps:
- uses: actions/checkout@v2
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@a-type/ui": "^0.6.18",
"@a-type/ui": "^0.6.25",
"@biscuits/error": "workspace:*",
"@biscuits/client": "workspace:*",
"@biscuits/apps": "workspace:*",
Expand Down
11 changes: 8 additions & 3 deletions web/src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function HomePage() {
<h1
className={classNames(
'[font-family:"VC_Henrietta_Trial","Noto_Serif",serif]',
'text-[5vmin] m-0 font-normal text-primary-dark text-shadow',
'text-4xl m-0 font-normal text-primary-dark text-shadow',
'bg-primary-wash p-2 rounded-lg leading-none',
)}
>
Expand All @@ -41,19 +41,24 @@ export default function HomePage() {
<h2
className={classNames(
'[font-family:"VC_Henrietta_Trial","Noto_Serif",serif]',
'!text-[8vmin] text-[#004933] mt-0 mb-6 font-bold leading-none',
'!text-8xl text-[#004933] mt-0 block mb-10 font-bold leading-none',
)}
>
Scratch-made apps
</h2>
<P
className={classNames(
'[font-family:"VC_Henrietta_Trial","Noto_Serif",serif]',
'm-0 text-inherit text-xl',
'm-0 mb-6 text-inherit text-xl',
)}
>
in Raleigh, NC
</P>
<P className="text-black text-lg leading-loose font-normal">
Biscuits apps are designed to make your life easier - not become a
lifestyle. Free to use forever; no ads, no tracking, no selling your
data.
</P>
</div>
<AppsGrid />
</PageContent>
Expand Down

0 comments on commit 6afcee4

Please sign in to comment.