Convert old tests to use "react-testing-library"
This commit is contained in:
@ -19,7 +19,7 @@ const AuthLayout = () => (
|
||||
<main className='relative flex flex-col h-screen'>
|
||||
<header className='pt-10 flex justify-center relative'>
|
||||
<Link to='/' className='cursor-pointer'>
|
||||
<img src='/instance/images/truth-logo.svg' alt='Logo' class='h-7' />
|
||||
<img src='/instance/images/truth-logo.svg' alt='Logo' className='h-7' />
|
||||
</Link>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user