change footer
This commit is contained in:
@@ -138,8 +138,9 @@ function App() {
|
||||
<Card title={"Trait"} counter={traits} backgroundColor={'rgb(237, 190, 190)'} />
|
||||
<Card title={"Disease"} counter={diseases} backgroundColor={'rgb(249, 195, 195)'} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className='footer'>
|
||||
<div className='footer'>
|
||||
<div className='last-update'>
|
||||
Updated At: {Date(lastUpdate).toLocaleString()}
|
||||
</div>
|
||||
@@ -148,7 +149,6 @@ function App() {
|
||||
Developed by <img className="dev-logo" src={require('./smi-logo-120x120.webp')} /> ShanMukha
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user