mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00:00
89bc4dff6f
Port bf903dc510
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
10 lines
184 B
JavaScript
10 lines
184 B
JavaScript
import React from 'react';
|
|
|
|
const Logo = () => (
|
|
<svg viewBox='0 0 216.4144 232.00976' className='logo'>
|
|
<use xlinkHref='#mastodon-svg-logo' />
|
|
</svg>
|
|
);
|
|
|
|
export default Logo;
|