Skip to content

Commit

Permalink
Merge pull request #39 from ICEI-PUC-Minas-PPLCC-TI/develop
Browse files Browse the repository at this point in the history
Corrigindo href estatico
  • Loading branch information
andreeluis authored Dec 1, 2023
2 parents 5379544 + 292bec5 commit 6815af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projetos/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function generateHTML(project) {

return `
<article ${isAuthor ? `class="autor"` : ''}>
<a href="projeto.html?id=0">
<a href="projeto.html?id=${id}">
<h3 class="titulo">${titulo}</h3>
</a>
<p class="categoria">${categoria}</p>
Expand Down

0 comments on commit 6815af8

Please sign in to comment.