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] ? (