changes to the link listing pages

This commit is contained in:
Daniel
2023-04-08 04:40:55 +03:30
parent 94be799586
commit e2f062388a
4 changed files with 75 additions and 9 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ export default function AddLink({ toggleLinkModal }: Props) {
if (response) toggleLinkModal();
};
return (
<div className="flex flex-col gap-3">
<div className="flex flex-col gap-3 sm:w-96 w-80">
<p className="font-bold text-sky-300 mb-2 text-center">New Link</p>
<div className="flex gap-5 items-center justify-between">