Skip to content

Commit cdc5691

Browse files
Fix issue 2758 (#2759)
* Update costantini projects.json Signed-off-by: victor costantini <167801447+vittoriocostantini@users.noreply.github.com> * style: change the p-6 in the dialog.panel to p-3 to prevent the top from being below the header --------- Signed-off-by: victor costantini <167801447+vittoriocostantini@users.noreply.github.com>
1 parent a236bf2 commit cdc5691

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

DB/projects.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@
1414
"tech": ["Cloudflares", "Hono"]
1515
}
1616
]
17+
},
18+
{
19+
"github_username": "vittoriocostantini",
20+
"Projects": [
21+
{
22+
"github_url": "https://github.com/vittoriocostantini/Abra-support-costumer-Client---APP.git",
23+
"title": "abra",
24+
"description": "costumer service in real time chat app",
25+
"tech": ["ionic, react, typescript"]
26+
},
27+
{
28+
"github_url": "https://github.com/vittoriocostantini/seel.git",
29+
"title": "Seel",
30+
"description": "a travel app for discover the world",
31+
"tech": ["react native", "typescript"]
32+
}
33+
]
1734
},
1835
{
1936
"github_username": "RoopkumarD",

components/projects/Projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const Projects = () => {
300300
leaveFrom="opacity-100 scale-100"
301301
leaveTo="opacity-0 scale-95">
302302
<Dialog.Panel
303-
className="w-full max-w-md transform overflow-hidden rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all"
303+
className="w-full max-w-md transform overflow-hidden rounded-2xl bg-white p-3 text-left align-middle shadow-xl transition-all"
304304
style={{
305305
color: "black",
306306
}}>

0 commit comments

Comments
 (0)