Skip to content

Commit 556c186

Browse files
remove tailadmin
1 parent b832425 commit 556c186

File tree

2 files changed

+4
-7
lines changed
  • frontend/src/app/(full-width-pages)

2 files changed

+4
-7
lines changed

frontend/src/app/(full-width-pages)/(auth)/signup/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import SignUpForm from "@/components/auth/SignUpForm";
22
import { Metadata } from "next";
33

44
export const metadata: Metadata = {
5-
title: "Next.js SignUp Page | TailAdmin - Next.js Dashboard Template",
6-
description: "This is Next.js SignUp Page TailAdmin Dashboard Template",
5+
title: "Next.js SignUp Page",
6+
description: "This is Next.js SignUp Page",
77
// other metadata
88
};
99

frontend/src/app/(full-width-pages)/(error-pages)/error-404/page.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import Link from "next/link";
55
import React from "react";
66

77
export const metadata: Metadata = {
8-
title: "Next.js Error 404 | TailAdmin - Next.js Dashboard Template",
8+
title: "Next.js Error 404",
99
description:
10-
"This is Next.js Error 404 page for TailAdmin - Next.js Tailwind CSS Admin Dashboard Template",
10+
"This is Next.js Error 404 page",
1111
};
1212

1313
export default function Error404() {
@@ -46,9 +46,6 @@ export default function Error404() {
4646
</Link>
4747
</div>
4848
{/* <!-- Footer --> */}
49-
<p className="absolute text-sm text-center text-gray-500 -translate-x-1/2 bottom-6 left-1/2 dark:text-gray-400">
50-
&copy; {new Date().getFullYear()} - TailAdmin
51-
</p>
5249
</div>
5350
);
5451
}

0 commit comments

Comments
 (0)