1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-04 09:48:40 +09:00
whippy-edition/app/javascript/mastodon/components/logo.js

10 lines
175 B
JavaScript
Raw Normal View History

import React from 'react';
const Logo = () => (
<svg viewBox='0 0 261 66' className='logo'>
<use xlinkHref='#logo-symbol-wordmark' />
</svg>
);
export default Logo;