Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo committed Jan 25, 2022
1 parent 24c49a9 commit 0ac8868
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/setup/newspack-logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import { Path, SVG } from '@wordpress/components';

export default ( { size = 24 } ) => (
const NewspackLogo = ( { size = 24 } ) => (
<SVG className="newspack-logo" width={ size } height={ size } viewBox="0 0 32 32">
<Path
d="M16 32c8.836 0 16-7.164 16-16S24.836 0 16 0 0 7.164 0 16s7.163 16 16 16z"
Expand All @@ -15,3 +15,5 @@ export default ( { size = 24 } ) => (
/>
</SVG>
);

export default NewspackLogo;

0 comments on commit 0ac8868

Please sign in to comment.