Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Added emoji 📜 for license
  • Loading branch information
madhurimarawat authored Jul 29, 2024
1 parent b9290e4 commit 35a7c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function displayRepositories(page) {
${topics.map(topic => `<button type="button" class="btn topic-button btn-sm">${topic}</button>`).join(' ')}
</div>
<div class="repo-details">
<p>License: ${license ? license.spdx_id : 'None'}</p>
<p>📜 License: ${license ? license.spdx_id : 'None'}</p>
<p>⭐ Stars: ${stargazers_count}</p>
<p>❗ Issues: ${open_issues_count}</p>
<p id="pull-requests-${name}">🔃 Pull Requests: Fetching...</p>
Expand Down Expand Up @@ -252,4 +252,4 @@ function clearUserData() {

function displayError(message) {
alert(message);
}
}

0 comments on commit 35a7c46

Please sign in to comment.