fix ui: fix beta tag (#2045)

This commit is contained in:
Delirium 2024-04-05 17:43:55 +02:00 committed by GitHub
parent ab0f3659f6
commit 1efc757eb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ const Sites = ({ loading, sites, user, init }: PropsFromRedux) => {
</div>
<span className="ml-2">{project.host}</span>
<div className={'ml-4 flex items-center gap-2'}>
{project.platform === 'web' ? null : <Tag color="error">iOS BETA</Tag>}
{project.platform === 'web' ? null : <Tag color="error">MOBILE BETA</Tag>}
</div>
</div>
</div>

View file

@ -41,7 +41,7 @@ function SubHeader(props: any) {
return (
<>
<div className="w-full px-4 flex items-center border-b relative">
<Tag color="error">iOS BETA</Tag>
<Tag color="error">MOBILE BETA</Tag>
<div
className="ml-auto text-sm flex items-center color-gray-medium gap-2"
style={{ width: 'max-content' }}