diff --git a/README.md b/README.md
index 7fb6a32..e60e5b3 100644
--- a/README.md
+++ b/README.md
@@ -23,32 +23,29 @@ Additionally, Linkwarden is designed with collaboration in mind, sharing links w
+> **Note**
+> Our official [Cloud](https://linkwarden.app/#pricing) offering provides the simplest way to begin using Linkwarden. It's the preferred choice for many due to its time-saving benefits. Your subscription supports our hosting infrastructure and ongoing development.
Alternatively, if you prefer [self-hosting](https://docs.linkwarden.app/getting-started/self-hosting) Linkwarden, no problem! You'll still have access to all the premium features.
+
A bit of a "history"
Linkwarden has been completely rebuilt and redesigned from ground up, so pretty much the only thing it has in common with its predecessor is the idea behind it - bookmark management.
**What happened to the old version?**
-We highly recommend you **not** to use the old version as it is no longer maintained and has much less features. But anyway if you really wanna check it out, here it is in [this repo](https://github.com/linkwarden/linkwarden-old).
+What happened to the old version? We highly recommend that you don't use the old version because it is no longer maintained and has far fewer features. However, if you still want to check it out, we've forked the old version from the current repository into [this repo](https://github.com/linkwarden/linkwarden-old).
-## Main Tech Stack
-
-- NextJS
-- TypeScript
-- Tailwind
-- Prisma
-- Zustand
-
## Features
-- ✅ Auto capture a screenshot and a PDF of each link.
-- ✅ Organize links by collection, name, description and multiple tags.
-- ✅ Collaborate on gathering links in a collection.
-- ✅ Customize the permissions of each member.
-- ✅ Share your collected links with the world.
-- ✅ Search, filter and sort by link details.
-- ✅ Responsive design and supports most browsers.
+- 📸 Auto capture a screenshot and a PDF of each link.
+- 📂 Organize links by collection, name, description and multiple tags.
+- 👥 Collaborate on gathering links in a collection.
+- 🔐 Customize the permissions of each member.
+- 🌐 Share your collected links with the world.
+- 📌 Pin your favorite links to dashboard.
+- 🔍 Search, filter and sort by link details.
+- 📱 Responsive design and supports most browsers.
+- 🌓 Dark/Light mode support.
## Roadmap
@@ -58,6 +55,14 @@ Make sure to check out our [public roadmap](https://github.com/orgs/linkwarden/p
For information on how to get started or to set up your own instance, please visit the [documentation](https://docs.linkwarden.app).
+## Main Tech Stack
+
+- NextJS
+- TypeScript
+- Tailwind
+- Prisma
+- Zustand
+
## Development
If you want to contribute, Thanks! Start by checking our [public roadmap](https://github.com/orgs/linkwarden/projects/1), there you'll see a [readme item for contributers](https://github.com/orgs/linkwarden/projects/1?pane=issue&itemId=34708277) for the rest of the info on how to contribute to this repo.
@@ -76,7 +81,7 @@ If you found a security vulnerability, please do **not** create a public issue,
## Support ❤
-Any [donations](https://opencollective.com/linkwarden) are highly appreciated. <3
+Other than using our official [Cloud](https://linkwarden.app/#pricing) offering, any [donations](https://opencollective.com/linkwarden) are highly appreciated as well. <3
Here are the other ways to support/cheer this project:
diff --git a/assets/collaborators.png b/assets/collaborators.png
index 74516ff..b2cf5c6 100644
Binary files a/assets/collaborators.png and b/assets/collaborators.png differ
diff --git a/assets/collections.png b/assets/collections.png
index 0c32b40..e4027dd 100644
Binary files a/assets/collections.png and b/assets/collections.png differ
diff --git a/assets/link_details.png b/assets/link_details.png
index a9f6cda..f02bd8e 100644
Binary files a/assets/link_details.png and b/assets/link_details.png differ
diff --git a/assets/logo.png b/assets/logo.png
index d3a3c7d..5c440a2 100644
Binary files a/assets/logo.png and b/assets/logo.png differ
diff --git a/assets/showcase_image.png b/assets/showcase_image.png
index 7516675..de5efe7 100644
Binary files a/assets/showcase_image.png and b/assets/showcase_image.png differ
diff --git a/layouts/CenteredForm.tsx b/layouts/CenteredForm.tsx
index 5cb1c62..2b9b135 100644
--- a/layouts/CenteredForm.tsx
+++ b/layouts/CenteredForm.tsx
@@ -13,19 +13,19 @@ export default function CenteredForm({ text, children }: Props) {
return (
- {theme === "light" ? (
+ {theme === "dark" ? (
) : (
diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png
index 126d464..37597fc 100644
Binary files a/public/android-chrome-192x192.png and b/public/android-chrome-192x192.png differ
diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png
index c517e7a..e3365c9 100644
Binary files a/public/android-chrome-512x512.png and b/public/android-chrome-512x512.png differ
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
index 9237458..4fa4cd7 100644
Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ
diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png
index d66a6c3..d6e8886 100644
Binary files a/public/favicon-16x16.png and b/public/favicon-16x16.png differ
diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png
index 4ab1df5..130e748 100644
Binary files a/public/favicon-32x32.png and b/public/favicon-32x32.png differ
diff --git a/public/favicon.ico b/public/favicon.ico
index 3c54efd..82c1669 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/linkwarden.png b/public/linkwarden.png
index 235fa72..06f9cd7 100644
Binary files a/public/linkwarden.png and b/public/linkwarden.png differ
diff --git a/public/linkwarden_darkmode.png b/public/linkwarden_darkmode.png
deleted file mode 100644
index 081f065..0000000
Binary files a/public/linkwarden_darkmode.png and /dev/null differ
diff --git a/public/linkwarden_light.png b/public/linkwarden_light.png
new file mode 100644
index 0000000..f2e882e
Binary files /dev/null and b/public/linkwarden_light.png differ