From 682575c836196739298b09707f92defcf5c24c5a Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 25 May 2023 00:03:41 +0330 Subject: [PATCH] visual improvements --- components/LinkList.tsx | 8 ++++---- components/Modal/AddCollection.tsx | 2 +- components/Modal/EditCollection.tsx | 2 +- components/Modal/UserSettings.tsx | 2 +- components/Navbar.tsx | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/LinkList.tsx b/components/LinkList.tsx index 1445a5c..499bc9e 100644 --- a/components/LinkList.tsx +++ b/components/LinkList.tsx @@ -46,7 +46,7 @@ export default function ({ }; return ( -
+
{editModal ? ( @@ -55,10 +55,10 @@ export default function ({ { const target = e.target as HTMLElement; diff --git a/components/Modal/AddCollection.tsx b/components/Modal/AddCollection.tsx index 8ae3354..d33f653 100644 --- a/components/Modal/AddCollection.tsx +++ b/components/Modal/AddCollection.tsx @@ -146,7 +146,7 @@ export default function AddCollection({ toggleCollectionModal }: Props) {
diff --git a/components/Modal/EditCollection.tsx b/components/Modal/EditCollection.tsx index a254db7..097e48e 100644 --- a/components/Modal/EditCollection.tsx +++ b/components/Modal/EditCollection.tsx @@ -161,7 +161,7 @@ export default function EditCollection({
diff --git a/components/Modal/UserSettings.tsx b/components/Modal/UserSettings.tsx index 201a6d9..aef239e 100644 --- a/components/Modal/UserSettings.tsx +++ b/components/Modal/UserSettings.tsx @@ -171,7 +171,7 @@ export default function UserSettings({ toggleSettingsModal }: Props) {
Profile Photo
) : (