[Glitch] Fix logo on /web/start

Partial port from babebc4e8a

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
Eugen Rochko 2022-09-29 04:39:33 +02:00 committed by Claire
parent 107105db3b
commit 6782bded91
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import React from 'react';
const Logo = () => (
<svg viewBox='0 0 216.4144 232.00976' className='logo'>
<use xlinkHref='#mastodon-svg-logo' />
<svg viewBox='0 0 261 66' className='logo'>
<use xlinkHref='#logo-symbol-wordmark' />
</svg>
);