From 11c834c61bdc3cec3fefdf161c5365c22e8b8cf6 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Sat, 11 Nov 2023 15:56:45 -0500 Subject: [PATCH] minor visual changes and fixes --- components/NoLinksFound.tsx | 2 +- components/SettingsSidebar.tsx | 2 +- pages/dashboard.tsx | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/NoLinksFound.tsx b/components/NoLinksFound.tsx index 9b7ca13..0d61f6e 100644 --- a/components/NoLinksFound.tsx +++ b/components/NoLinksFound.tsx @@ -11,7 +11,7 @@ export default function NoLinksFound({ text }: Props) { const { setModal } = useModalStore(); return ( -
+

{text || "You haven't created any Links Here"}

diff --git a/components/SettingsSidebar.tsx b/components/SettingsSidebar.tsx index eabbe9b..ce1a310 100644 --- a/components/SettingsSidebar.tsx +++ b/components/SettingsSidebar.tsx @@ -20,7 +20,7 @@ import { } from "@fortawesome/free-brands-svg-icons"; export default function SettingsSidebar({ className }: { className?: string }) { - const LINKWARDEN_VERSION = "v2.2.0"; + const LINKWARDEN_VERSION = "v2.2.1"; const { collections } = useCollectionStore(); diff --git a/pages/dashboard.tsx b/pages/dashboard.tsx index 07e1d5f..f2507f9 100644 --- a/pages/dashboard.tsx +++ b/pages/dashboard.tsx @@ -124,7 +124,7 @@ export default function Dashboard() {
-
+

-
+

-
+
{links[0] ? (