mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 08:15:06 +01:00
Fix logged out font size in navigation
This commit is contained in:
parent
1c9a18a52c
commit
33fac3b718
@ -86,7 +86,10 @@ export function UserAvatar(props: {
|
||||
export function NoUserAvatar(props: { iconClass?: string }) {
|
||||
return (
|
||||
<div className="relative inline-block p-1 text-type-dimmed">
|
||||
<Icon className={props.iconClass ?? "text-xl"} icon={Icons.MENU} />
|
||||
<Icon
|
||||
className={props.iconClass ?? "text-base ssm:text-xl"}
|
||||
icon={Icons.MENU}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user