From 4f8b586d2a8b62559e18fafea8880b1a6a169122 Mon Sep 17 00:00:00 2001 From: "K.Himeno" <6715229+Himenon@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:31:43 +0900 Subject: [PATCH 1/2] fix: one word changes --- apps/nextjs14-project/src/app/page.tsx | 2 +- apps/nextjs15-project/src/app/page.tsx | 2 +- apps/nextjs16-project/app/page.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/nextjs14-project/src/app/page.tsx b/apps/nextjs14-project/src/app/page.tsx index 6fe62d1..3d7875d 100644 --- a/apps/nextjs14-project/src/app/page.tsx +++ b/apps/nextjs14-project/src/app/page.tsx @@ -20,7 +20,7 @@ export default function Home() { . -
  • Save and see your changes instantly.
  • +
  • Save and see your changes instantly!
  • diff --git a/apps/nextjs15-project/src/app/page.tsx b/apps/nextjs15-project/src/app/page.tsx index 7de137b..9370480 100644 --- a/apps/nextjs15-project/src/app/page.tsx +++ b/apps/nextjs15-project/src/app/page.tsx @@ -20,7 +20,7 @@ export default function Home() { . -
  • Save and see your changes instantly.
  • +
  • Save and see your changes instantly!
  • diff --git a/apps/nextjs16-project/app/page.tsx b/apps/nextjs16-project/app/page.tsx index 295f8fd..a8496f1 100644 --- a/apps/nextjs16-project/app/page.tsx +++ b/apps/nextjs16-project/app/page.tsx @@ -14,7 +14,7 @@ export default function Home() { />

    - To get started, edit the page.tsx file. + To get started, edit the page.tsx file!

    Looking for a starting point or more instructions? Head over to{" "} From 609d39674e7a6f8031ade90770a4fcb1bdc655ca Mon Sep 17 00:00:00 2001 From: "K.Himeno" <6715229+Himenon@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:41:10 +0900 Subject: [PATCH 2/2] fix: d4bea9e7a8be824366e38e966d3d7a0cf22b6cea --- .github/workflows/on-pull_request-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pull_request-build.yml b/.github/workflows/on-pull_request-build.yml index 0f84ae3..2edc829 100644 --- a/.github/workflows/on-pull_request-build.yml +++ b/.github/workflows/on-pull_request-build.yml @@ -62,7 +62,7 @@ jobs: - run: pnpm i --frozen-lockfile - name: Diff Artifacts - uses: Himenon/diff-artifact@110f5f82e26809919a37582e8c0f5be4099524cf + uses: Himenon/diff-artifact@d4bea9e7a8be824366e38e966d3d7a0cf22b6cea with: app-id: ${{ secrets.APP_ID }} app-private-key: ${{ secrets.APP_PRIVATE_KEY }}