minor visual changes and fixes
This commit is contained in:
@@ -11,7 +11,7 @@ export default function NoLinksFound({ text }: Props) {
|
||||
const { setModal } = useModalStore();
|
||||
|
||||
return (
|
||||
<div className="w-full h-full flex flex-col justify-center p-10">
|
||||
<div className="border border-solid border-sky-100 dark:border-neutral-700 w-full h-full flex flex-col justify-center p-10 rounded-2xl bg-gray-50 dark:bg-neutral-800">
|
||||
<p className="text-center text-2xl text-black dark:text-white">
|
||||
{text || "You haven't created any Links Here"}
|
||||
</p>
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user