nicolium: fix

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-06 17:19:21 +01:00
parent 769a097878
commit 0f1e6e5c41

View File

@ -60,7 +60,7 @@ const AuthToken: React.FC<IAuthToken> = ({ token, isCurrent }) => {
return (
<div className={clsx('⁂-token', { '⁂-token--current': isCurrent })}>
<div className='⁂-token__info'>
<div className='⁂-token__content'>
<p className='⁂-token__name'>
{token.app_name}
{token.app_website && (