0
0
Fork 0

POIIIIIIIIIII

This commit is contained in:
ASTRO:? 2025-03-15 07:41:28 +09:00
parent cb22b5cce7
commit 709441aded
No known key found for this signature in database
GPG key ID: 2938B9B314D8EF8B
5 changed files with 42 additions and 35 deletions

View file

@ -30,7 +30,7 @@ import StarActiveIcon from '@/material-icons/400-24px/star-fill.svg?react';
import StarIcon from '@/material-icons/400-24px/star.svg?react';
import { fetchFollowRequests } from 'mastodon/actions/accounts';
import { IconWithBadge } from 'mastodon/components/icon_with_badge';
import { WordmarkLogo } from 'mastodon/components/logo';
import { IconLogo } from 'mastodon/components/logo';
import { NavigationPortal } from 'mastodon/components/navigation_portal';
import { identityContextPropShape, withIdentity } from 'mastodon/identity_context';
import { timelinePreview, trendsEnabled } from 'mastodon/initial_state';
@ -135,7 +135,7 @@ class NavigationPanel extends Component {
return (
<div className='navigation-panel'>
<div className='navigation-panel__logo'>
<Link to='/' className='column-link column-link--logo'><WordmarkLogo /></Link>
<Link to='/' className='column-link column-link--logo'><IconLogo /></Link>
</div>
{banner &&