We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a61bc2 commit 75c6b11Copy full SHA for 75c6b11
src/components/app-profile-page/app-profile-page.tsx
@@ -67,7 +67,7 @@ export class AppProfile {
67
<td>1.0.5</td>
68
</tr>
69
</table>
70
- <p>External Certifications:</p>
+ <p>External Certifications/NPM Profile:</p>
71
<table>
72
<tr>
73
<th>Category</th>
@@ -77,7 +77,10 @@ export class AppProfile {
77
<td>AWS</td>
78
<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>
79
80
-
+ <tr>
81
+ <td>npm profile</td>
82
+ <td><a href="https://www.npmjs.com/~sanjeetkumarit" target="_blank">Visit</a></td>
83
+ </tr>
84
85
86
<p>My other Projects:</p>
0 commit comments