added recent links to dashboard

This commit is contained in:
daniel31x13
2023-10-23 10:45:48 -04:00
parent 697b139493
commit 4252b79586
19 changed files with 461 additions and 53 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ export default function Links() {
return (
<MainLayout>
<div className="p-5 flex flex-col gap-5 w-full">
<div className="p-5 flex flex-col gap-5 w-full h-full">
<div className="flex gap-3 justify-between items-center">
<div className="flex gap-2">
<FontAwesomeIcon
@@ -60,7 +60,7 @@ export default function Links() {
})}
</div>
) : (
<NoLinksFound />
<NoLinksFound text="You Haven't Created Any Links Yet" />
)}
</div>
</MainLayout>