Skip to content

Commit

Permalink
Merge pull request #900 from drudge/canary
Browse files Browse the repository at this point in the history
chore: clean up page titles
  • Loading branch information
Siumauricio authored Dec 16, 2024
2 parents beae03b + 8a274d1 commit 91e90fc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/dokploy/pages/dashboard/project/[projectId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const Project = (
</BreadcrumbItem>
</Breadcrumb>
<Head>
<title>Project {data?.name} | Dokploy</title>
<title>Project: {data?.name} | Dokploy</title>
</Head>
<header className="mb-6 flex w-full items-center justify-between flex-wrap gap-2">
<div className="flex flex-col gap-2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const Service = (
</Breadcrumb>
<Head>
<title>
Project {data?.project.name} | {data?.name} | Dokploy
Application: {data?.name} - {data?.project.name} | Dokploy
</title>
</Head>
<header className="mb-6 flex w-full items-center justify-between max-sm:flex-wrap gap-4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const Service = (
</Breadcrumb>
<Head>
<title>
Project {data?.project.name} | {data?.name} | Dokploy
Compose: {data?.name} - {data?.project.name} | Dokploy
</title>
</Head>
<header className="mb-6 flex w-full items-center justify-between max-sm:flex-wrap gap-4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Mariadb = (
</Breadcrumb>
<Head>
<title>
Project {data?.project.name} | {data?.name} | Dokploy
Database: {data?.name} - {data?.project.name} | Dokploy
</title>
</Head>
<header className="mb-6 flex w-full items-center justify-between max-sm:flex-wrap gap-4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const Mongo = (
</Breadcrumb>
<Head>
<title>
Project {data?.project.name} | {data?.name} | Dokploy
Database: {data?.name} - {data?.project.name} | Dokploy
</title>
</Head>
<header className="mb-6 flex w-full items-center justify-between max-sm:flex-wrap gap-4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const MySql = (
</Breadcrumb>
<Head>
<title>
Project {data?.project.name} | {data?.name} | Dokploy
Database: {data?.name} - {data?.project.name} | Dokploy
</title>
</Head>
<header className="mb-6 flex w-full items-center justify-between max-sm:flex-wrap gap-4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Postgresql = (
</Breadcrumb>
<Head>
<title>
Project {data?.project.name} | {data?.name} | Dokploy
Database: {data?.name} - {data?.project.name} | Dokploy
</title>
</Head>
<header className="mb-6 flex w-full items-center justify-between max-sm:flex-wrap gap-4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Redis = (
</Breadcrumb>
<Head>
<title>
Project {data?.project.name} | {data?.name} | Dokploy
Database: {data?.name} - {data?.project.name} | Dokploy
</title>
</Head>
<header className="mb-6 flex w-full items-center justify-between max-sm:flex-wrap gap-4">
Expand Down

0 comments on commit 91e90fc

Please sign in to comment.