mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 04:18:11 +08:00
run prettier(2.0.5) (#1438)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import * as globals from "../../globals";
|
||||
|
||||
const Logo = props => {
|
||||
const Logo = (props) => {
|
||||
const { size } = props;
|
||||
return (
|
||||
<svg width={size} height={size} viewBox="0 0 48 48" fill="none">
|
||||
|
||||
Reference in New Issue
Block a user