File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
frontend/src/app/(full-width-pages) Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import SignUpForm from "@/components/auth/SignUpForm";
22import { Metadata } from "next" ;
33
44export 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
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import Link from "next/link";
55import React from "react" ;
66
77export 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
1313export 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- © { new Date ( ) . getFullYear ( ) } - TailAdmin
51- </ p >
5249 </ div >
5350 ) ;
5451}
You can’t perform that action at this time.
0 commit comments