File tree Expand file tree Collapse file tree 6 files changed +3
-531
lines changed
Expand file tree Collapse file tree 6 files changed +3
-531
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export async function Navigation() {
88 < header className = "sticky top-0 z-50 w-full bg-zinc-900/95 backdrop-blur supports-[backdrop-filter]:bg-zinc-900/60" >
99 < div className = "container flex py-4 max-w-screen-2xl items-center" >
1010 < div className = "mr-4 hidden md:flex" >
11- < Link href = "/" className = "mr-6 flex items-center space-x-2" data-testid = "nav-home" >
11+ < Link href = "/" className = "mr-6 flex items-center space-x-2" data-testid = "nav-auth- home" >
1212 < Icons . logo className = "h-12 w-12" />
1313 < span className = "hidden font-bold sm:inline-block text-white" >
1414 RPC
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export const metadata: Metadata = {
1515export default async function AuthenticationPage ( ) {
1616 const session = await getSession ( ) ;
1717 return (
18- < main className = "flex-1" >
18+ < main className = "flex-1" data-testid = "loginpage" >
1919 < section >
2020 { ! session ? (
2121 < div className = "px-4 py-12 mx-auto max-w-7xl sm:px-6 md:px-12 lg:px-24 lg:py-24" >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const metadata: Metadata = {
1212export default function RegistrationPage ( ) {
1313 return (
1414
15- < main className = "flex-1" >
15+ < main className = "flex-1" data-testid = "registerpage" >
1616 < section >
1717 < div className = "px-4 py-12 mx-auto max-w-7xl sm:px-6 md:px-12 lg:px-24 lg:py-24" >
1818 < div className = "justify-center mx-auto text-left align-bottom transition-all transform bg-white/5 rounded-lg sm:align-middle sm:max-w-3xl sm:w-full" >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments