Skip to content

Commit 90e1555

Browse files
committed
Refactor code
1 parent 9d654fe commit 90e1555

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/sections/About.jsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@ import AnimatedCoding from "../components/AnimatedCoding.jsx";
1313
import RotaryDial from "../components/RotaryDial.jsx";
1414

1515
const About = () => {
16-
const [hasCopied, setHasCopied] = useState(false);
17-
18-
const handleCopy = () => {
19-
navigator.clipboard.writeText("[email protected]");
20-
setHasCopied(true);
21-
22-
setTimeout(() => {
23-
setHasCopied(false);
24-
}, 2000);
25-
};
26-
2716
return (
2817
<section className="c-space my-20" id="about">
2918
<div className="grid xl:grid-cols-3 xl:grid-rows-6 md:grid-cols-2 grid-cols-1 gap-5 h-full">

0 commit comments

Comments
 (0)