diff --git a/README.md b/README.md index 6b914c7..db6c06d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The objective is to have a self-hosted place to keep useful links in one place, * 🔥 Sleek, minimalist design. -* 📦 Auto-capture a screenshot and PDF from each website. +* 📷 Auto-capture a screenshot and PDF from each website. * 🌤 Dark/Light mode support. diff --git a/src/componets/List.js b/src/componets/List.js index 977bd87..e9567a9 100644 --- a/src/componets/List.js +++ b/src/componets/List.js @@ -27,7 +27,7 @@ const List = ({ data, tags, collections, reFetch, SetLoader, lightMode }) => { return (
{numberOfResults} Bookmarks found
+{numberOfResults} Bookmarks found.
) : null} {numberOfResults === 0 ?