Skip to content

Commit 0332fb5

Browse files
commite
1 parent 2f8474a commit 0332fb5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/experience/Experience.jsx

+7
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ const experience = () => {
8686
<small className="text-light">Intermediate</small>
8787
</div>
8888
</article>
89+
<article className="experience__details">
90+
<BsFillPatchCheckFill className="experience__details-icon"/>
91+
<div>
92+
<h4>NodeJS</h4>
93+
<small className="text-light">Intermediate</small>
94+
</div>
95+
</article>
8996
</div>
9097
</div>
9198
</div>

0 commit comments

Comments
 (0)