Skip to content

Commit

Permalink
[update] information
Browse files Browse the repository at this point in the history
  • Loading branch information
barrystone committed Mar 24, 2024
1 parent e647506 commit c24aae9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/updating/Skillset.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ const Skillset = () => {
<img src="img/tech/nodejs-icon.svg" alt="nodejs-icon" />
</span>
</li>
<li className="item">
<CharkmarkIcon />
<h4>MongoDB</h4>
<p>No-SQL Database</p>
<span>
<img src="img/tech/mongodb-icon.svg" alt="nodejs-icon" />
</span>
</li>
<li className="item">
<CharkmarkIcon />
<h4>Graphql</h4>
Expand All @@ -67,14 +75,6 @@ const Skillset = () => {
<img src="img/tech/graphql-icon.svg" alt="graphql-icon" />
</span>
</li>
<li className="item">
<CharkmarkIcon />
<h4>MongoDB</h4>
<p>No-SQL Database</p>
<span>
<img src="img/tech/mongodb-icon.svg" alt="nodejs-icon" />
</span>
</li>
<li className="item">
<CharkmarkIcon />
<h4>Docker</h4>
Expand Down

0 comments on commit c24aae9

Please sign in to comment.