fix scroll errorwq

This commit is contained in:
prisar
2023-07-26 15:49:51 +05:30
parent 1a90ffdc44
commit 438f5b4a9e
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ function App() {
return ( return (
<div> <div>
<div class='dashboard-title'> <div className='dashboard-title'>
<img className="nscm-logo" src={require('./logo_nobg.png')} alt='img' /> <img className="nscm-logo" src={require('./logo_nobg.png')} alt='img' />
<div className='title-text'>HPOS Sickel Cell Test Dashboard</div> <div className='title-text'>HPOS Sickel Cell Test Dashboard</div>
<img className="gov-logo-1" src={require('./gov_logo2.png')} alt='img' /> <img className="gov-logo-1" src={require('./gov_logo2.png')} alt='img' />

View File

@@ -1,5 +1,5 @@
import { render, screen } from '@testing-library/react'; import { render, screen } from '@testing-library/react';
import App from './App'; import App from '../App';
test('renders learn react link', () => { test('renders learn react link', () => {
render(<App />); render(<App />);