Skip to content

Commit

Permalink
update stars icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-rajpal committed Nov 21, 2024
1 parent e7b9e7e commit 558a2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/AIAppActionsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AIAppActionsView = () => {
<>
<List.Item
title={button.labelI18n}
left={() => <List.Icon name='team' />}
left={() => <List.Icon name='stars' />}
translateTitle={false}
key={`${button.appId}/${button.actionId}`}
onPress={() => performInteraction(button)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const AIAppActionButtons = ({ room }: AIAppActionButtonsProps) => {
title={'Ai Actions'}
onPress={() => navigation.navigate('AIAppActionsView', { aiAppActionButtons: appActionButtons, rid: room.rid })}
testID='room-actions-call'
left={() => <List.Icon name='phone' />}
left={() => <List.Icon name='stars' />}
showActionIndicator
/>
</List.Section>
Expand Down

0 comments on commit 558a2f9

Please sign in to comment.