Skip to content

Commit 03adc8f

Browse files
authored
fix(chat): rotate fork chat split icon 90 degrees (#5914)
1 parent d48722a commit 03adc8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/workspace/[workspaceId]/components/message-actions/message-actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export const MessageActions = memo(function MessageActions({
234234
disabled={forkChat.isPending}
235235
className={cn(BUTTON_CLASS, forkChat.isPending && 'cursor-not-allowed opacity-50')}
236236
>
237-
<Split className={ICON_CLASS} />
237+
<Split className={cn(ICON_CLASS, 'rotate-90')} />
238238
</button>
239239
</Tooltip.Trigger>
240240
<Tooltip.Content side='top'>Branch in new chat</Tooltip.Content>

0 commit comments

Comments
 (0)