Skip to content

Commit 6305a33

Browse files
test change
1 parent 1c0f480 commit 6305a33

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/components/Home/Home.jsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
import React from "react";
2-
import Typed from "react-typed";
1+
import React from "react"
2+
import Typed from "react-typed"
33

44
// SVG
5-
import man from "images/dev.svg";
5+
import man from "images/dev.svg"
66

77
// Animation
8-
import { Link } from "react-scroll";
9-
import { motion } from "framer-motion";
8+
import { Link } from "react-scroll"
9+
import { motion } from "framer-motion"
1010

1111
// CSS
12-
import "./home.css";
13-
import Button from "components/Button/Button";
12+
import "./home.css"
13+
import Button from "components/Button/Button"
1414

1515
const contentVariants = {
1616
initial: {
@@ -26,7 +26,7 @@ const contentVariants = {
2626
when: "beforeChildren",
2727
},
2828
},
29-
};
29+
}
3030

3131
const Home = () => {
3232
return (
@@ -42,7 +42,7 @@ const Home = () => {
4242
<p>
4343
I am a
4444
<span
45-
style={{ fontSize: "1.5rem", fontWeight: "600", marginLeft: "2%" }}
45+
style={{ fontSize: "1.5rem ", fontWeight: "600", marginLeft: "2%" }}
4646
>
4747
<Typed
4848
strings={["Full Stack Developer", "Level One Seller at Fiverr"]}
@@ -62,7 +62,7 @@ const Home = () => {
6262
offset={-100}
6363
duration={500}
6464
>
65-
<Button text={"See my work"} type="submit" />
65+
<Button text={"See my work"} type="submit" />
6666
</Link>
6767
</motion.div>
6868

@@ -74,7 +74,7 @@ const Home = () => {
7474
<img src={man} alt="Developer" />
7575
</motion.div>
7676
</section>
77-
);
78-
};
77+
)
78+
}
7979

80-
export default Home;
80+
export default Home

0 commit comments

Comments
 (0)