feat: login form and page with country code part and animation
This commit is contained in:
7
src/components/Logo.tsx
Normal file
7
src/components/Logo.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import LogoSvg from '@/assets/logo.svg';
|
||||
|
||||
function Logo() {
|
||||
return <img src={LogoSvg} style={{ width: '150px', height: 'auto' }} />;
|
||||
}
|
||||
|
||||
export default Logo;
|
||||
Reference in New Issue
Block a user