mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-15 04:03:06 -05:00
[Glitch] Fix logo on /web/start
Partial port from 43b5d5e38d2b8ad8f1d1ad0911c3c1718159c912 Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
9cbb51e897
commit
52e056cd61
@ -1,8 +1,8 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
const Logo = () => (
|
const Logo = () => (
|
||||||
<svg viewBox='0 0 216.4144 232.00976' className='logo'>
|
<svg viewBox='0 0 261 66' className='logo'>
|
||||||
<use xlinkHref='#mastodon-svg-logo' />
|
<use xlinkHref='#logo-symbol-wordmark' />
|
||||||
</svg>
|
</svg>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user