diff --git a/README.md b/README.md index e1bf05c3..17f45206 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

Linkwarden

Discord diff --git a/assets/icon.png b/assets/icon.png deleted file mode 100644 index cbdb11c4..00000000 Binary files a/assets/icon.png and /dev/null differ diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 00000000..d3a3c7d0 Binary files /dev/null and b/assets/logo.png differ diff --git a/components/Checkbox.tsx b/components/Checkbox.tsx index 2e95895d..e4e5de15 100644 --- a/components/Checkbox.tsx +++ b/components/Checkbox.tsx @@ -11,9 +11,7 @@ type Props = { export default function Checkbox({ label, state, className, onClick }: Props) { return ( -