feat: add conditional mation logo by default
This commit is contained in:
8
packages/web/src/components/MationLogo/index.tsx
Normal file
8
packages/web/src/components/MationLogo/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as React from 'react';
|
||||
import { ReactComponent as MationLogoSvg } from './assets/mation-logo.svg';
|
||||
|
||||
const MationLogo = () => {
|
||||
return <MationLogoSvg />;
|
||||
};
|
||||
|
||||
export default MationLogo;
|
||||
Reference in New Issue
Block a user