From 761fbe3ffb3242de6604556806830c302e63e99a Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:52:46 +0530 Subject: [PATCH] chore: rename deploy to publish (#4957) --- space/app/issues/[anchor]/layout.tsx | 2 +- space/app/layout.tsx | 8 ++++---- space/core/constants/seo.ts | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/space/app/issues/[anchor]/layout.tsx b/space/app/issues/[anchor]/layout.tsx index b2849c841..ac79b19da 100644 --- a/space/app/issues/[anchor]/layout.tsx +++ b/space/app/issues/[anchor]/layout.tsx @@ -63,7 +63,7 @@ const IssuesLayout = observer((props: Props) => { Plane logo
- Powered by Plane Deploy + Powered by Plane Pubish
diff --git a/space/app/layout.tsx b/space/app/layout.tsx index b2bbd1227..ca6d11ea1 100644 --- a/space/app/layout.tsx +++ b/space/app/layout.tsx @@ -9,11 +9,11 @@ import "@/styles/globals.css"; import { ToastProvider } from "@/lib/toast-provider"; export const metadata: Metadata = { - title: "Plane Deploy | Make your Plane boards public with one-click", - description: "Plane Deploy is a customer feedback management tool built on top of plane.so", + title: "Plane Publish | Make your Plane boards public with one-click", + description: "Plane Publish is a customer feedback management tool built on top of plane.so", openGraph: { - title: "Plane Deploy | Make your Plane boards public with one-click", - description: "Plane Deploy is a customer feedback management tool built on top of plane.so", + title: "Plane Publish | Make your Plane boards public with one-click", + description: "Plane Publish is a customer feedback management tool built on top of plane.so", url: "https://sites.plane.so/", }, keywords: diff --git a/space/core/constants/seo.ts b/space/core/constants/seo.ts index b2baca612..f681ab8b2 100644 --- a/space/core/constants/seo.ts +++ b/space/core/constants/seo.ts @@ -1,6 +1,6 @@ -export const SITE_NAME = "Plane Deploy | Make your Plane boards and roadmaps pubic with just one-click. "; -export const SITE_TITLE = "Plane Deploy | Make your Plane boards public with one-click"; -export const SITE_DESCRIPTION = "Plane Deploy is a customer feedback management tool built on top of plane.so"; +export const SITE_NAME = "Plane Publish | Make your Plane boards and roadmaps pubic with just one-click. "; +export const SITE_TITLE = "Plane Publish | Make your Plane boards public with one-click"; +export const SITE_DESCRIPTION = "Plane Publish is a customer feedback management tool built on top of plane.so"; export const SITE_KEYWORDS = "software development, customer feedback, software, accelerate, code management, release management, project management, issue tracking, agile, scrum, kanban, collaboration"; export const SITE_URL = "https://app.plane.so/";