diff --git a/.env.sample b/.env.sample index 4bf7c56..a2cc611 100644 --- a/.env.sample +++ b/.env.sample @@ -22,11 +22,11 @@ EMAIL_SERVER= # Stripe settings (You don't need these, it's for the cloud instance payments) NEXT_PUBLIC_STRIPE_IS_ACTIVE= STRIPE_SECRET_KEY= -PRICE_ID= +MONTHLY_PRICE_ID= +YEARLY_PRICE_ID= NEXT_PUBLIC_TRIAL_PERIOD_DAYS= NEXT_PUBLIC_STRIPE_BILLING_PORTAL_URL= BASE_URL=http://localhost:3000 -NEXT_PUBLIC_PRICING= # Docker postgres settings POSTGRES_PASSWORD= diff --git a/README.md b/README.md index 99836a4..7fb6a32 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

Linkwarden

Discord @@ -11,7 +11,7 @@
-[Website](https://linkwarden.app) | [Getting Started](https://docs.linkwarden.app/getting-started) | [Features](https://github.com/linkwarden/linkwarden#features) | [Roadmap](https://github.com/linkwarden/linkwarden#roadmap) | [Screenshots](https://github.com/linkwarden/linkwarden#screenshots) | [Support ❤](https://github.com/linkwarden/linkwarden#support-) +[Website](https://linkwarden.app) | [Getting Started](https://docs.linkwarden.app/getting-started) | [Features](https://github.com/linkwarden/linkwarden#features) | [Roadmap](https://github.com/orgs/linkwarden/projects/1) | [Screenshots](https://github.com/linkwarden/linkwarden#screenshots) | [Support ❤](https://github.com/linkwarden/linkwarden#support-)
@@ -52,13 +52,7 @@ We highly recommend you **not** to use the old version as it is no longer mainta ## Roadmap -There are _many_ upcoming features, below are only _some_ of the 100% planned ones: - -- 🌒 Dark mode. -- 📦 Import/Export your data. -- 🧩 Browser extention. - -Also make sure to check out our [public roadmap](https://github.com/orgs/linkwarden/projects/1). +Make sure to check out our [public roadmap](https://github.com/orgs/linkwarden/projects/1). ## Docs 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..6c661c5 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 ( -