From b7f19353f34d8916f386233bf1f845e0331c406a Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Tue, 7 May 2024 01:13:16 +0300 Subject: [PATCH] Fixed code style --- src/components/Nav/ProfilePopup.tsx | 28 +++++++++------- src/components/_shared/DropDown/DropDown.tsx | 6 ++-- .../_shared/ShareLinks/ShareLinks.tsx | 32 +++++++++++++++---- 3 files changed, 47 insertions(+), 19 deletions(-) diff --git a/src/components/Nav/ProfilePopup.tsx b/src/components/Nav/ProfilePopup.tsx index bdaa9f60..1e6b76a3 100644 --- a/src/components/Nav/ProfilePopup.tsx +++ b/src/components/Nav/ProfilePopup.tsx @@ -5,11 +5,11 @@ import { getPagePath } from '@nanostores/router' import { useLocalize } from '../../context/localize' import { useSession } from '../../context/session' import { router } from '../../stores/router' -import { Popup } from '../_shared/Popup' import { Icon } from '../_shared/Icon' +import { Popup } from '../_shared/Popup' +import { clsx } from 'clsx' import styles from '../_shared/Popup/Popup.module.scss' -import {clsx} from 'clsx'; type ProfilePopupProps = Omit @@ -22,43 +22,49 @@ export const ProfilePopup = (props: ProfilePopupProps) => {