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",
"version": "22.3.2",
"version": "22.3.3",
"description": "[F]ind [R]eal [E]states [d]amn eas[y].",
"scripts": {
"prepare": "husky",

View File

@@ -296,7 +296,7 @@ const JobGrid = () => {
</div>
<div style={{ display: 'flex', alignItems: 'center', gap: 6, flexShrink: 0 }}>
{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>
<IconAlertTriangle style={{ color: 'rgba(var(--semi-yellow-7), 1)' }} />
</div>