Change onboarding by replacing tutorial with follow recommendations in web UI (#16060)
This commit is contained in:
parent
ca3bc1b09f
commit
bf903dc510
10 changed files with 287 additions and 51 deletions
9
app/javascript/mastodon/components/logo.js
Normal file
9
app/javascript/mastodon/components/logo.js
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue