Rename JSX files with proper .jsx
extension (#23733)
This commit is contained in:
10
app/javascript/mastodon/components/logo.jsx
Normal file
10
app/javascript/mastodon/components/logo.jsx
Normal file
@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
|
||||
const Logo = () => (
|
||||
<svg viewBox='0 0 261 66' className='logo' role='img'>
|
||||
<title>Mastodon</title>
|
||||
<use xlinkHref='#logo-symbol-wordmark' />
|
||||
</svg>
|
||||
);
|
||||
|
||||
export default Logo;
|
Reference in New Issue
Block a user