Skip to content

Commit 10e6de9

Browse files
committed
fixed type on home screen and about page
1 parent a7b1cf9 commit 10e6de9

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/components/About/AboutBody.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function AboutBody() {
6262
<GoDotFill /> Developing Coding Projects
6363
</li>
6464
<li className="about-activity">
65-
<GoDotFill /> Self Learning New Technologies and Frameworks
65+
<GoDotFill /> Learning New Technologies and Frameworks
6666
</li>
6767
</ul>
6868
</blockquote>

src/components/Home/Home.jsx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,13 @@ function Home() {
8888
<br />
8989
<br />
9090
I am passionate about building &nbsp;
91-
<b className="maincolor">Websites, Software Solutions,. </b> and
91+
<b className="maincolor">Websites, Software Solutions, </b> and
9292
exploring{" "}
9393
<b className="maincolor">
9494
new languages, frameworks, and technologies.
9595
</b>
9696
<br />
9797
<br />
98-
Whenever possible, I also apply my passion for developing products
99-
with <b className="maincolor">Node.js</b> and
100-
<b className="maincolor">
101-
{" "}
102-
Modern Javascript Libraries and Frameworks
103-
</b>
104-
&nbsp; like
105-
<b className="maincolor"> React.js and Next.js</b>
10698
</p>
10799
</Col>
108100
<Col md={4} className="myAvtar">

0 commit comments

Comments
 (0)