Small change.
This commit is contained in:
parent
36c7cbd726
commit
f5b7f872f0
|
@ -26,7 +26,7 @@ The objective is to have a self-hosted place to keep useful links in one place,
|
||||||
|
|
||||||
* 🔥 Sleek, minimalist design.
|
* 🔥 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.
|
* 🌤 Dark/Light mode support.
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ const List = ({ data, tags, collections, reFetch, SetLoader, lightMode }) => {
|
||||||
return (
|
return (
|
||||||
<div className="list">
|
<div className="list">
|
||||||
{numberOfResults > 0 ? (
|
{numberOfResults > 0 ? (
|
||||||
<p className="results">{numberOfResults} Bookmarks found</p>
|
<p className="results">{numberOfResults} Bookmarks found.</p>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
{numberOfResults === 0 ? <NoResults /> : null}
|
{numberOfResults === 0 ? <NoResults /> : null}
|
||||||
|
|
|
@ -41,7 +41,7 @@ const SideBar = ({ tags, collections, handleToggleSidebar, toggle }) => {
|
||||||
className="sidebar"
|
className="sidebar"
|
||||||
>
|
>
|
||||||
<SidebarHeader>
|
<SidebarHeader>
|
||||||
<h3>LinkWarden</h3>
|
<h2>LinkWarden</h2>
|
||||||
</SidebarHeader>
|
</SidebarHeader>
|
||||||
<SidebarContent className="sidebar-content">
|
<SidebarContent className="sidebar-content">
|
||||||
<Menu iconShape="circle">
|
<Menu iconShape="circle">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar h3 {
|
.sidebar h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ŝarĝante…
Reference in New Issue