Skip to content

Commit

Permalink
style: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelto authored and github-actions[bot] committed Nov 14, 2023
1 parent bf0a1b6 commit 09b2ce3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ function getVersionOfPortfolio() {
return response.json();
})
.then((release) => {
document.getElementById(
'version',
).innerHTML = `- <a href="${release.html_url}" target="_blank" rel="noopener">${release.tag_name}</a>`;
document.getElementById('version').innerHTML =
`- <a href="${release.html_url}" target="_blank" rel="noopener">${release.tag_name}</a>`;
});
}
getVersionOfPortfolio();

0 comments on commit 09b2ce3

Please sign in to comment.