Skip to content

Commit 179ead2

Browse files
Merge branch 'main' into java
2 parents c7a235d + c3a573c commit 179ead2

22 files changed

+184
-146
lines changed

.github/workflows/build_and_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Set up Node.js
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v5
2020
with:
21-
node-version: 18.0.0
21+
node-version: 20.0.0
2222

2323
- name: Install Dependencies
2424
run: npm install

src/components/Community.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const Community = () => {
8686

8787
<div className="flex-auto">
8888
<h3 className="font-bold">Substack</h3>
89-
<p className="text-sm text-gray-700">
89+
<p>
9090
Ideas worth reading — delivered directly to you.
9191
</p>
9292
</div>
23 KB
Loading
168 KB
Loading
-114 KB
Loading
-69.7 KB
Loading
112 KB
Loading
426 KB
Loading
480 KB
Loading

static/img/go-fasthttp-testrun.png

924 KB
Loading

0 commit comments

Comments
 (0)