mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated hide comment button to be red (#21641)
REF https://linear.app/ghost/issue/PLG-239/indicate-that-youre-an-admin-in-ui
This commit is contained in:
parent
5ef30dbb3c
commit
0d417a5859
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const AdminContextMenu: React.FC<Props> = ({comment, close}) => {
|
|||
</button>
|
||||
:
|
||||
<button className="w-full text-left text-[14px]" type="button" onClick={hideComment}>
|
||||
<span className="hidden sm:inline">{t('Hide comment')}</span><span className="sm:hidden">{t('Hide')}</span>
|
||||
<span className="hidden text-red-600 sm:inline">{t('Hide comment')}</span><span className="text-red-600 sm:hidden">{t('Hide')}</span>
|
||||
</button>
|
||||
}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue