mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: add bigcapital logo.
This commit is contained in:
@@ -83,7 +83,7 @@ export default class Icon extends React.Component{
|
||||
if (pathStrings == null) {
|
||||
return null;
|
||||
}
|
||||
return pathStrings.map((d, i) => <path key={i} d={d} fillRule="evenodd" />);
|
||||
return pathStrings.map((d, i) => <path key={i} d={d} className={`path-${i + 1}`} fillRule="evenodd" />);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user