~cytrogen/masto-fe

ref: 8215df76c070f7d400a6091fcb1c0f6ff78474a0 masto-fe/app/javascript/mastodon/components/logo.jsx -rw-r--r-- 214 bytes
8215df76 — neatchee [Glitch] Remove legacy decorators syntax 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
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;