[Glitch] Fix logo on /web/start

Partial port from 43b5d5e38d

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
master
Eugen Rochko 2022-09-29 04:39:33 +02:00 committed by Claire
parent 9cbb51e897
commit 52e056cd61
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>
);