Alex Stan
7d76207057
Co-authored-by: Alex Stan <alex.stan.2010@proton.me> Co-committed-by: Alex Stan <alex.stan.2010@proton.me>
11 lines
No EOL
255 B
TypeScript
11 lines
No EOL
255 B
TypeScript
const Logo = () => {
|
|
return (
|
|
<div style={{ display:"flex", alignItems: 'center', justifyContent: 'center'}}>
|
|
<a href="/">
|
|
<img src="/logo-no-background.png" height="auto" width="40%"/>
|
|
</a>
|
|
</div>
|
|
)
|
|
}
|
|
|
|
export default Logo; |