Skip to content

Commit 2d8d94d

Browse files
remove old boilerplate text
1 parent 9aa2e3b commit 2d8d94d

File tree

4 files changed

+58
-60
lines changed

4 files changed

+58
-60
lines changed

frontend/package-lock.json

Lines changed: 56 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ export default function AuthLayout({
2929
alt="Logo"
3030
/>
3131
</Link>
32-
<p className="text-center text-gray-400 dark:text-white/60">
33-
Free and Open-Source Tailwind CSS Admin Dashboard Template
34-
</p>
3532
</div>
3633
</div>
3734
</div>

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

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

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

99
export default function SignIn() {

frontend/src/app/not-found.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ export default function NotFound() {
3838
Back to Home Page
3939
</Link>
4040
</div>
41-
{/* <!-- Footer --> */}
42-
<p className="absolute text-sm text-center text-gray-500 -translate-x-1/2 bottom-6 left-1/2 dark:text-gray-400">
43-
&copy; {new Date().getFullYear()} - TailAdmin
44-
</p>
4541
</div>
4642
);
4743
}

0 commit comments

Comments
 (0)