create add field form

This commit is contained in:
Daria Golova
2022-05-26 18:05:07 +03:00
committed by DwCay
parent 4179cd703d
commit d86c118b21
2 changed files with 58 additions and 24 deletions

View File

@@ -147,7 +147,7 @@ function ProfileTable() {
<h2 className="grow text-base font-semibold text-slate-800 truncate mb-2.5 mt-8">General 🖋</h2>
<div className="overflow-x-auto w-[828px]">
<table className="w-[828px] table-auto w-full">
<tbody className="text-sm divide-slate-200 divide-y ">
<tbody className="divide-slate-200 divide-y">
{userData.filter(data => data.category === 'General')
.map(data => {
return (