File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,10 @@ import React from "react";
4
4
import { contactsCard as Card } from "../Components/card.jsx" ;
5
5
6
6
export default function Contacts ( ) {
7
- // document
8
- // .querySelectorAll("input")
9
- // .forEach((input) => input.setAttribute("disabled", true));
10
-
11
7
return (
12
8
< section className = "flex flex-col py-10 items-center gap-10" >
13
9
< h2 className = "text-center" > Contacts</ h2 >
14
- < div >
10
+ { /* <div>
15
11
<form
16
12
action="mailto:davinash97.work@gmail.com"
17
13
method="post"
@@ -63,7 +59,7 @@ export default function Contacts() {
63
59
</div>
64
60
</form>
65
61
</div>
66
- < h4 className = "text-center" > OR</ h4 >
62
+ <h4 className="text-center">OR</h4> */ }
67
63
< div className = "flex gap-10 justify-around contacts" >
68
64
< Card
69
65
title = "Gmail"
@@ -77,7 +73,7 @@ export default function Contacts() {
77
73
/>
78
74
79
75
< Card
80
- title = "Telegram "
76
+ title = "Linkedin "
81
77
link = "https://linkedin.com/in/davinash97"
82
78
imgSrc = { getImageUrl ( "linkedin" ) }
83
79
/>
You can’t perform that action at this time.
0 commit comments