Skip to content

Commit b832425

Browse files
Merge pull request #26 from monicasmith463/internal/delete-old-dmin
Internal: delete old admin dashboard code
2 parents 0dfa0ab + 1b8fda6 commit b832425

File tree

38 files changed

+58
-3602
lines changed

38 files changed

+58
-3602
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/admin/(others-pages)/(chart)/bar-chart/page.tsx

Lines changed: 0 additions & 24 deletions
This file was deleted.

frontend/src/app/admin/(others-pages)/(chart)/line-chart/page.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

frontend/src/app/admin/(others-pages)/(forms)/form-elements/page.tsx

Lines changed: 0 additions & 43 deletions
This file was deleted.

frontend/src/app/admin/(others-pages)/(tables)/basic-tables/page.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

frontend/src/app/admin/(others-pages)/blank/page.tsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)