Skip to content

Commit 7d0f3cf

Browse files
committed
improvement(ui): tag dropdown
1 parent 39d8e9c commit 7d0f3cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sim/components/ui/tag-dropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,10 @@ export const TagDropdown: React.FC<TagDropdownProps> = ({
451451
let bgColor = '#8857E6' // Purple for loop variables
452452

453453
if (loopProperty === 'currentItem') {
454-
tagIcon = 'I'
454+
tagIcon = 'i'
455455
tagDescription = 'Current item'
456456
} else if (loopProperty === 'items') {
457-
tagIcon = '[]'
457+
tagIcon = 'I'
458458
tagDescription = 'All items'
459459
} else if (loopProperty === 'index') {
460460
tagIcon = '#'

0 commit comments

Comments
 (0)