@@ -4,11 +4,11 @@ import LoginForm from "@/app/components/auth/LoginForm";
44import { Metadata } from "next" ;
55
66export const metadata : Metadata = {
7- title : "Login - DevPulse " ,
7+ title : "Login - Devpulse " ,
88 description :
9- "Log in to your DevPulse account to monitor your coding activity and compete on leaderboards." ,
9+ "Log in to your Devpulse account to monitor your coding activity and compete on leaderboards." ,
1010 keywords : [
11- "DevPulse " ,
11+ "Devpulse " ,
1212 "login" ,
1313 "coding activity tracker" ,
1414 "developer leaderboards" ,
@@ -21,31 +21,31 @@ export const metadata: Metadata = {
2121 "productivity insights" ,
2222 ] ,
2323 openGraph : {
24- title : "Login - DevPulse " ,
24+ title : "Login - Devpulse " ,
2525 description :
26- "Log in to your DevPulse account to monitor your coding activity and compete on leaderboards." ,
26+ "Log in to your Devpulse account to monitor your coding activity and compete on leaderboards." ,
2727 url : "https://devpulse.hallofcodes.org/login" ,
28- siteName : "DevPulse " ,
28+ siteName : "Devpulse " ,
2929 images : [
3030 {
3131 url : "https://devpulse.hallofcodes.org/images/devpulse.cover.png" ,
3232 width : 1200 ,
3333 height : 630 ,
34- alt : "DevPulse Cover Image" ,
34+ alt : "Devpulse Cover Image" ,
3535 } ,
3636 ] ,
3737 locale : "en_US" ,
3838 type : "website" ,
3939 } ,
4040 twitter : {
4141 card : "summary_large_image" ,
42- title : "Login - DevPulse " ,
42+ title : "Login - Devpulse " ,
4343 description :
44- "Log in to your DevPulse account to monitor your coding activity and compete on leaderboards." ,
44+ "Log in to your Devpulse account to monitor your coding activity and compete on leaderboards." ,
4545 images : [
4646 {
4747 url : "https://devpulse.hallofcodes.org/images/devpulse.cover.png" ,
48- alt : "DevPulse Cover Image" ,
48+ alt : "Devpulse Cover Image" ,
4949 } ,
5050 ] ,
5151 } ,
@@ -74,9 +74,9 @@ export default async function Login(props: {
7474 href = "/"
7575 className = "flex items-center gap-3 w-fit hover:opacity-80 transition"
7676 >
77- < Image src = "/logo.svg" alt = "DevPulse Logo" width = { 40 } height = { 40 } />
77+ < Image src = "/logo.svg" alt = "Devpulse Logo" width = { 40 } height = { 40 } />
7878 < span className = "text-2xl font-bold tracking-tight text-white" >
79- DevPulse
79+ Devpulse
8080 </ span >
8181 </ Link >
8282 </ div >
@@ -126,7 +126,7 @@ export default async function Login(props: {
126126 </ div >
127127
128128 < div className = "relative z-10 text-sm text-gray-500 font-medium" >
129- © { new Date ( ) . getFullYear ( ) } DevPulse . All rights reserved.
129+ © { new Date ( ) . getFullYear ( ) } Devpulse . All rights reserved.
130130 </ div >
131131 </ div >
132132
@@ -136,8 +136,8 @@ export default async function Login(props: {
136136
137137 < div className = "w-full max-w-sm relative z-10" >
138138 < div className = "lg:hidden flex items-center justify-center gap-3 mb-10" >
139- < Image src = "/logo.svg" alt = "DevPulse Logo" width = { 40 } height = { 40 } />
140- < h2 className = "text-3xl font-bold text-white" > DevPulse </ h2 >
139+ < Image src = "/logo.svg" alt = "Devpulse Logo" width = { 40 } height = { 40 } />
140+ < h2 className = "text-3xl font-bold text-white" > Devpulse </ h2 >
141141 </ div >
142142
143143 < div className = "mb-8 text-left" >
0 commit comments