much cleaner sorting logic

This commit is contained in:
Daniel
2023-06-14 08:10:23 +03:30
parent 8d094f320a
commit 6323badbaf
16 changed files with 135 additions and 282 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ export default function EditLink({
: {
name: "",
url: "",
title: "",
description: "",
tags: [],
collection: {
name: "",
@@ -106,7 +106,7 @@ export default function EditLink({
{method === "UPDATE" ? (
<p className="text-gray-500">
<b>{shortendURL}</b> | {link.title}
<b>{shortendURL}</b> | {link.description}
</p>
) : null}