ロゴの変更

This commit is contained in:
YoheiZuho 2023-07-14 18:47:37 +00:00
parent 3172499777
commit 5c598434b5
2 changed files with 2 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -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 = () => (
<svg viewBox='0 0 261 66' className='logo logo--wordmark' role='img'>
<title>Mastodon</title>
<use xlinkHref='#logo-symbol-wordmark' />
</svg>
<img src={logo} alt="" className='logo logo--wordmark' height="32px" />
);
export const SymbolLogo: React.FC = () => (