From 47b47111324567f28f490f105c03a7f002c03b69 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 30 Jun 2022 06:44:30 +0430 Subject: [PATCH] Fixed typo. --- README.md | 8 ++++---- src/componets/List.js | 2 +- src/componets/NoResults.js | 2 +- src/styles/Filters.css | 1 - src/styles/index.css | 4 ++-- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 20469bb..da7a0e5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ LinkWarden -[Demo](https://linkwarden.netlify.app/) | [Intro & Motivation](https://github.com/Daniel31x13/link-warden#intro--motivation) | [Features](https://github.com/Daniel31x13/link-warden#features) | [Roadmap](https://github.com/Daniel31x13/link-warden/wiki#project-roadmap) | [Setup](https://github.com/Daniel31x13/link-warden#setup) | [Development](https://github.com/Daniel31x13/link-warden#linkwarden-development) +[Demo (v1.0.0)](https://linkwarden.netlify.app/) | [Intro & Motivation](https://github.com/Daniel31x13/link-warden#intro--motivation) | [Features](https://github.com/Daniel31x13/link-warden#features) | [Roadmap](https://github.com/Daniel31x13/link-warden/wiki#project-roadmap) | [Setup](https://github.com/Daniel31x13/link-warden#setup) | [Development](https://github.com/Daniel31x13/link-warden#linkwarden-development) @@ -24,17 +24,17 @@ The objective is to have a self-hosted place to keep useful links in one place, ## Features -* 🔥 Sleek, minimalist design. - * 📷 Auto-capture a screenshot and PDF from each website. +* 🔥 Sleek, minimalist design. + * 🌤 Dark/Light mode support. * ↔️ Responsive design. * 🔎 Search, filter and sorting functionality. -* 💨 Lazy loading support (for better performance). +* 🚀 Lazy loading (for better performance). * 🏷 Set multiple tags to each link. diff --git a/src/componets/List.js b/src/componets/List.js index 0ae5ce8..a0a407a 100644 --- a/src/componets/List.js +++ b/src/componets/List.js @@ -61,7 +61,7 @@ const List = ({ data, tags, collections, reFetch, SetLoader, lightMode }) => { "https://www.google.com/s2/favicons?domain=" + url.hostname; return ( -
+
diff --git a/src/componets/NoResults.js b/src/componets/NoResults.js index 684bc3b..09d9bc7 100644 --- a/src/componets/NoResults.js +++ b/src/componets/NoResults.js @@ -2,7 +2,7 @@ import React from "react"; const NoResults = () => { return ( -
+

¯\_(ツ)_/¯

Nothing found.

diff --git a/src/styles/Filters.css b/src/styles/Filters.css index 64f6d3a..4d069e0 100644 --- a/src/styles/Filters.css +++ b/src/styles/Filters.css @@ -70,7 +70,6 @@ padding: 10px; font-size: 1.1rem; cursor: pointer; - border: none; } @keyframes fadein { diff --git a/src/styles/index.css b/src/styles/index.css index 96a9937..5063568 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -19,7 +19,7 @@ body { /* Dark Mode settings (Default) */ -.neomorphisim { +.neumorphism { border-radius: 50px; background: #273949; box-shadow: 5px 5px 10px #10171d, @@ -78,7 +78,7 @@ body { color: rgb(64, 64, 64); } -.light .neomorphisim { +.light .neumorphism { border-radius: 50px; background: #e0e0e0; box-shadow: 5px 5px 10px #5a5a5a,