Skip to content

Commit 75c6b11

Browse files
npm profile
1 parent 8a61bc2 commit 75c6b11

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/app-profile-page/app-profile-page.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class AppProfile {
6767
<td>1.0.5</td>
6868
</tr>
6969
</table>
70-
<p>External Certifications:</p>
70+
<p>External Certifications/NPM Profile:</p>
7171
<table>
7272
<tr>
7373
<th>Category</th>
@@ -77,7 +77,10 @@ export class AppProfile {
7777
<td>AWS</td>
7878
<td><a href="https://www.credly.com/users/sanjeet-kumar.8f5d5b31" target="_blank">Visit</a> <a href="https://credentials.veeva.com/profile/sanjeetkumar205395/wallet" target="_blank">Visit</a></td>
7979
</tr>
80-
80+
<tr>
81+
<td>npm profile</td>
82+
<td><a href="https://www.npmjs.com/~sanjeetkumarit" target="_blank">Visit</a></td>
83+
</tr>
8184
</table>
8285

8386
<p>My other Projects:</p>

0 commit comments

Comments
 (0)