Skip to content

Commit

Permalink
CW-2236 Changed the order
Browse files Browse the repository at this point in the history
  • Loading branch information
pvm-code committed Nov 6, 2023
1 parent 2a4747a commit a239168
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ const HeaderContent_v04: FC<HeaderContentProps> = (props) => {
</div>
</div>
<div className={styles.actionButtonsWrapper}>
<InboxFilterButton />
<DirectMessageButton
className={styles.directMessageButton}
isMobileVersion={isMobileVersion}
ButtonComponent={PlusButton}
/>
<InboxFilterButton />
<DirectMessageButton
className={styles.directMessageButton}
isMobileVersion={isMobileVersion}
Expand Down

0 comments on commit a239168

Please sign in to comment.