next release version

This commit is contained in:
orangecoding
2026-06-03 17:36:40 +02:00
parent 0d23d43e79
commit 019b9ac87b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "fredy", "name": "fredy",
"version": "22.3.2", "version": "22.3.3",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].", "description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": { "scripts": {
"prepare": "husky", "prepare": "husky",

View File

@@ -296,7 +296,7 @@ const JobGrid = () => {
</div> </div>
<div style={{ display: 'flex', alignItems: 'center', gap: 6, flexShrink: 0 }}> <div style={{ display: 'flex', alignItems: 'center', gap: 6, flexShrink: 0 }}>
{job.isOnlyShared && ( {job.isOnlyShared && (
<Popover content={getPopoverContent('This job has been shared with you read only.')}> <Popover content={getPopoverContent('This job has been shared with you - read only.')}>
<div> <div>
<IconAlertTriangle style={{ color: 'rgba(var(--semi-yellow-7), 1)' }} /> <IconAlertTriangle style={{ color: 'rgba(var(--semi-yellow-7), 1)' }} />
</div> </div>