[#37] Login & Register Page UI
https://project.mdnd-it.cc/work_packages/37
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import React from 'react';
|
||||
import logo from './Logo.png';
|
||||
|
||||
const Logo = ({ size = 100 }) => (
|
||||
<img
|
||||
src={logo}
|
||||
alt="Logo"
|
||||
width={size}
|
||||
height={size}
|
||||
style={{ objectFit: 'contain' }}
|
||||
/>
|
||||
);
|
||||
|
||||
export default Logo;
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 981 KiB |
Reference in New Issue
Block a user