simplifying view for users in modals

This commit is contained in:
talksik
2022-01-19 03:51:32 -08:00
parent 3503bc03b0
commit e408f7a221
2 changed files with 76 additions and 58 deletions
+1 -6
View File
@@ -186,11 +186,6 @@ export default function CreateOrUpdateLink() {
)}
</span>
<Tooltip
title={"Private mode coming soon, but keep it collaborative for now."}
className="flex flex-col"
></Tooltip>
{showMoreDetails ? (
<>
<Divider />
@@ -208,7 +203,7 @@ export default function CreateOrUpdateLink() {
Optional - Add any pointers about this file.
</span>
<textarea
<input
className="w-full rounded-lg bg-gray-50 p-3"
value={description}
placeholder="ex. Please review this and add feedback asap"