feat: add conditional mation logo by default

This commit is contained in:
Ali BARIN
2023-12-14 15:58:40 +00:00
parent 78ba18b176
commit 8608431490
4 changed files with 35 additions and 7 deletions

View 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;