Merge pull request #900 from drudge/canary

chore: clean up page titles
This commit is contained in:
Mauricio Siu
2024-12-15 21:38:28 -06:00
committed by GitHub
8 changed files with 8 additions and 8 deletions

View File

@@ -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">

View File

@@ -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">

View File

@@ -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">

View File

@@ -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">

View File

@@ -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">

View File

@@ -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">

View File

@@ -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">

View File

@@ -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">