minor change

This commit is contained in:
daniel31x13 2023-11-30 11:47:24 -05:00
parent 2fd21c8219
commit 6d51b6de53

View File

@ -159,7 +159,7 @@ export default function Index() {
<hr className="border-1 border-neutral" /> <hr className="border-1 border-neutral" />
<div className="flex justify-between items-end gap-5"> <div className="flex justify-between items-end gap-5">
<p>Listing {activeCollection?._count?.links} Bookmarks</p> <p>Showing {activeCollection?._count?.links} results</p>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<SortDropdown sortBy={sortBy} setSort={setSortBy} /> <SortDropdown sortBy={sortBy} setSort={setSortBy} />
<div className="relative"> <div className="relative">