diff --git a/README.md b/README.md index e1bf05c..17f4520 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 cbdb11c..0000000 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 0000000..d3a3c7d Binary files /dev/null and b/assets/logo.png differ diff --git a/components/Checkbox.tsx b/components/Checkbox.tsx index 2e95895..e4e5de1 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 ( -