bug fixed + redesigned profile settings page

This commit is contained in:
daniel31x13
2023-10-17 16:02:07 -04:00
parent 6259405045
commit f5eaee8dc0
7 changed files with 197 additions and 14 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ export default function SubmitButton({
if (!loading) onClick();
}}
>
{icon && <FontAwesomeIcon icon={icon} className="h-5" />}
<p className="text-center w-full">{label}</p>
{icon && <FontAwesomeIcon icon={icon} className="h-5 select-none" />}
<p className="text-center w-full select-none">{label}</p>
</div>
);
}