Skip to content

Commit

Permalink
update Home button position in topbar
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodcog committed Aug 28, 2024
1 parent b628157 commit b24100a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const DefaultContentWrapper = (props: CustomTopbarContent): ReactElement => {
lowQualitySettings={props.lowFidelitySettings}
highQualitySettings={props.highFidelitySettings}
/>
<ResetCameraButton />
</FlexSection>
<ResetCameraButton />
</>
);
};
Expand Down

0 comments on commit b24100a

Please sign in to comment.