From 143795f3c109fd4ae77280ba3ca0e2accae131b6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:43:26 +0000 Subject: [PATCH] fix: improve package name and page title for writing-platform frontend Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- writing-platform/frontend/index.html | 2 +- writing-platform/frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/writing-platform/frontend/index.html b/writing-platform/frontend/index.html index 0fca6f04..691343df 100644 --- a/writing-platform/frontend/index.html +++ b/writing-platform/frontend/index.html @@ -4,7 +4,7 @@ - frontend + Writing Platform
diff --git a/writing-platform/frontend/package.json b/writing-platform/frontend/package.json index 1f4f4cd1..3ab07338 100644 --- a/writing-platform/frontend/package.json +++ b/writing-platform/frontend/package.json @@ -1,5 +1,5 @@ { - "name": "frontend", + "name": "writing-platform-frontend", "private": true, "version": "0.0.0", "type": "module",