Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanDeLaCruzEncora committed Feb 6, 2025
1 parent fd4ebbe commit b6542fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const ShowModeMenu: FC<Props> = ({
}) => {
return (
<div className={styles.wrapper}>
<button type="button" onClick={toggleShowModeMenu}className={styles.backButton}>
<button type="button" onClick={toggleShowModeMenu} className={styles.backButton}>
<div className={styles.cheveron}>
<ChevronLeft size={12} color="var(--global-foreground, #fff)" />
</div>
Expand Down

0 comments on commit b6542fc

Please sign in to comment.