ロゴの変更
This commit is contained in:
parent
3172499777
commit
5c598434b5
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -1,10 +1,7 @@
|
|||||||
import logo from 'mastodon/../images/logo.svg';
|
import logo from 'mastodon/../images/y-zu-logo.svg';
|
||||||
|
|
||||||
export const WordmarkLogo: React.FC = () => (
|
export const WordmarkLogo: React.FC = () => (
|
||||||
<svg viewBox='0 0 261 66' className='logo logo--wordmark' role='img'>
|
<img src={logo} alt="" className='logo logo--wordmark' height="32px" />
|
||||||
<title>Mastodon</title>
|
|
||||||
<use xlinkHref='#logo-symbol-wordmark' />
|
|
||||||
</svg>
|
|
||||||
);
|
);
|
||||||
|
|
||||||
export const SymbolLogo: React.FC = () => (
|
export const SymbolLogo: React.FC = () => (
|
||||||
|
Loading…
Reference in New Issue
Block a user