- Click the button below to leave the current collection: + Click the button below to leave the current collection.
)} diff --git a/components/Modal/Collection/index.tsx b/components/Modal/Collection/index.tsx index e1e40eeb..747a7420 100644 --- a/components/Modal/Collection/index.tsx +++ b/components/Modal/Collection/index.tsx @@ -57,7 +57,7 @@ export default function CollectionModal({
@@ -76,13 +76,13 @@ export default function Sidebar({ className }: { className?: string }) {
href="/links"
className={`${
active === "/links"
- ? "bg-sky-200 dark:bg-sky-600"
+ ? "bg-sky-200 dark:bg-sky-800"
: "hover:bg-slate-200 hover:dark:bg-neutral-700"
} outline-sky-100 outline-1 duration-100 py-1 px-2 rounded-md cursor-pointer flex justify-center flex-col items-center gap-1 w-full`}
>
@@ -94,13 +94,13 @@ export default function Sidebar({ className }: { className?: string }) {
href="/collections"
className={`${
active === "/collections"
- ? "bg-sky-200 dark:bg-sky-600"
+ ? "bg-sky-200 dark:bg-sky-800"
: "hover:bg-slate-200 hover:dark:bg-neutral-700"
} outline-sky-100 outline-1 duration-100 py-1 px-2 rounded-md cursor-pointer flex justify-center flex-col items-center gap-1 w-full`}
>
@@ -143,7 +143,7 @@ export default function Sidebar({ className }: { className?: string }) {
diff --git a/pages/collections/index.tsx b/pages/collections/index.tsx index 2d7a0d3f..73ed25f7 100644 --- a/pages/collections/index.tsx +++ b/pages/collections/index.tsx @@ -37,7 +37,7 @@ export default function Collections() {
All Collections @@ -125,7 +125,7 @@ export default function Collections() {
Dashboard @@ -62,7 +62,7 @@ export default function Dashboard() {
+
{numberOfLinks}
@@ -71,7 +71,7 @@ export default function Dashboard() {
+
{collections.length}
@@ -80,7 +80,7 @@ export default function Dashboard() {
+
{tags.length}
@@ -93,7 +93,7 @@ export default function Dashboard() {
Pinned Links
All Links diff --git a/pages/search/[query].tsx b/pages/search/[query].tsx index 064f8e3e..0ed78b25 100644 --- a/pages/search/[query].tsx +++ b/pages/search/[query].tsx @@ -40,7 +40,7 @@ export default function Links() {
Search Results diff --git a/pages/tags/[id].tsx b/pages/tags/[id].tsx index b6be1454..97a92282 100644 --- a/pages/tags/[id].tsx +++ b/pages/tags/[id].tsx @@ -36,7 +36,7 @@ export default function Index() {
{activeTag?.name}