fix ui: fix beta tag (#2045)
This commit is contained in:
parent
ab0f3659f6
commit
1efc757eb4
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue