Skip to content

Commit

Permalink
Update ConsultationFeedTab.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryanshu919 committed Jun 23, 2024
1 parent 74c467c commit e3197fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const ConsultationFeedTab = (props: ConsultationTabProps) => {
? "Save current position to selected preset"
: "Change camera position to update preset"
}
tooltipClassName="translate-y-3 translate-y-8 text-xs"
tooltipClassName="translate-x-3 translate-y-8 text-xs"
onClick={() => setShowPresetSaveConfirmation(true)}
>
<CareIcon
Expand Down

0 comments on commit e3197fe

Please sign in to comment.