0
0
Fork 0

Change onboarding by replacing tutorial with follow recommendations in web UI (#16060)

This commit is contained in:
Eugen Rochko 2021-04-19 14:45:15 +02:00 committed by GitHub
parent ca3bc1b09f
commit bf903dc510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 287 additions and 51 deletions

View file

@ -0,0 +1,9 @@
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;