diff --git a/pages/collections/[id].tsx b/pages/collections/[id].tsx index b317386..3ef5018 100644 --- a/pages/collections/[id].tsx +++ b/pages/collections/[id].tsx @@ -60,7 +60,7 @@ export default function Index() { style={{ color: activeCollection?.color }} className="sm:w-8 sm:h-8 w-6 h-6 mt-3 drop-shadow" /> -

+

{activeCollection?.name}

diff --git a/pages/collections/index.tsx b/pages/collections/index.tsx index 2bd5c8d..d3e6954 100644 --- a/pages/collections/index.tsx +++ b/pages/collections/index.tsx @@ -39,7 +39,7 @@ export default function Collections() { icon={faFolder} className="sm:w-8 sm:h-8 w-6 h-6 mt-2 text-sky-500 drop-shadow" /> -

+

All Collections

diff --git a/pages/dashboard.tsx b/pages/dashboard.tsx index b7eac2e..945585f 100644 --- a/pages/dashboard.tsx +++ b/pages/dashboard.tsx @@ -85,7 +85,7 @@ export default function Dashboard() { icon={faChartSimple} className="sm:w-8 sm:h-8 w-6 h-6 mt-2 text-sky-500 drop-shadow" /> -

+

Dashboard

@@ -95,16 +95,14 @@ export default function Dashboard() {
-

- {numberOfLinks} -

+

{numberOfLinks}

{numberOfLinks === 1 ? "Link" : "Links"}

-

+

{collections.length}

@@ -113,9 +111,7 @@ export default function Dashboard() {

-

- {tags.length} -

+

{tags.length}

{tags.length === 1 ? "Tag" : "Tags"}

diff --git a/pages/links.tsx b/pages/links.tsx index 349d10e..678ced8 100644 --- a/pages/links.tsx +++ b/pages/links.tsx @@ -26,7 +26,7 @@ export default function Links() { icon={faLink} className="sm:w-8 sm:h-8 w-6 h-6 mt-2 text-sky-500 drop-shadow" /> -

+

All Links

diff --git a/pages/public/collections/[id].tsx b/pages/public/collections/[id].tsx index 2f6e32f..ada50bd 100644 --- a/pages/public/collections/[id].tsx +++ b/pages/public/collections/[id].tsx @@ -45,7 +45,7 @@ export default function PublicCollections() {
-

+

{data.name}

diff --git a/pages/search/[query].tsx b/pages/search/[query].tsx index 30bb976..a1f7ba7 100644 --- a/pages/search/[query].tsx +++ b/pages/search/[query].tsx @@ -42,7 +42,7 @@ export default function Links() { icon={faSearch} className="sm:w-8 sm:h-8 w-6 h-6 mt-2 text-sky-500 drop-shadow" /> -

+

Search Results

diff --git a/pages/tags/[id].tsx b/pages/tags/[id].tsx index b3a021e..8017e80 100644 --- a/pages/tags/[id].tsx +++ b/pages/tags/[id].tsx @@ -38,7 +38,7 @@ export default function Index() { icon={faHashtag} className="sm:w-8 sm:h-8 w-6 h-6 mt-2 text-sky-500" /> -

+

{activeTag?.name}