small improvements

This commit is contained in:
Daniel
2023-03-29 06:15:25 +03:30
parent 5328be208b
commit 94be799586
3 changed files with 8 additions and 7 deletions
+3 -2
View File
@@ -43,8 +43,9 @@ export default function EditLink({ toggleLinkModal, link }: Props) {
return (
<div className="flex flex-col gap-3">
<p className="font-bold text-sky-300 mb-2 text-center">Edit Link</p>
<p>{shortendURL}</p>
<p>{link.title}</p>
<p className="text-sky-700">
{shortendURL} | {link.title}
</p>
<div className="flex gap-5 items-center justify-between">
<p className="text-sm font-bold text-sky-300">Name</p>
<input