add gql queries to fronted and test with getting agents + install material-tailwind UI library to use it to enhance the UI/UX

This commit is contained in:
Eng. Elias
2024-02-21 23:00:02 +04:00
parent 961bd46470
commit 99ba3f1c2c
9 changed files with 664 additions and 21 deletions

View File

@@ -179,7 +179,7 @@ export default function AgentModal(props: {
<img
src={agent?.image ?? "/sailor.png"}
alt="Software Engineer"
className="w-full rounded-lg"
className="w-7/12 mx-auto rounded-lg"
/>
)}
</div>