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 > 0 ? ( -

{numberOfResults} Bookmarks found

+

{numberOfResults} Bookmarks found.

) : null} {numberOfResults === 0 ? : null} diff --git a/src/componets/SideBar.js b/src/componets/SideBar.js index 6d1dcc2..a408426 100644 --- a/src/componets/SideBar.js +++ b/src/componets/SideBar.js @@ -41,7 +41,7 @@ const SideBar = ({ tags, collections, handleToggleSidebar, toggle }) => { className="sidebar" > -

LinkWarden

+

LinkWarden

diff --git a/src/styles/SideBar.css b/src/styles/SideBar.css index 75d71e4..f52ed2d 100644 --- a/src/styles/SideBar.css +++ b/src/styles/SideBar.css @@ -3,7 +3,7 @@ position: fixed; } -.sidebar h3 { +.sidebar h2 { text-align: center; }