Skip to content

Commit

Permalink
chore: rename deploy to publish (#4957)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryan610 authored Jun 28, 2024
1 parent d1ec830 commit 761fbe3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion space/app/issues/[anchor]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions space/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions space/core/constants/seo.ts
Original file line number Diff line number Diff line change
@@ -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/";
Expand Down

0 comments on commit 761fbe3

Please sign in to comment.