chore: rename deploy to publish (#4957)

This commit is contained in:
Aaryan Khandelwal
2024-06-28 11:52:46 +05:30
committed by GitHub
parent d1ec83039c
commit 761fbe3ffb
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ const IssuesLayout = observer((props: Props) => {
<Image src={planeLogo} alt="Plane logo" className="h-6 w-6" height="24" width="24" />
</div>
<div className="text-xs">
Powered by <span className="font-semibold">Plane Deploy</span>
Powered by <span className="font-semibold">Plane Pubish</span>
</div>
</a>
</div>
+4 -4
View File
@@ -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:
+3 -3
View File
@@ -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/";