Skip to content
This repository was archived by the owner on Jan 11, 2020. It is now read-only.

Commit 18537ec

Browse files
sourabh1031prateek76
authored andcommitted
make tech stack of project cards visible (#335)
1 parent 7dcb6ea commit 18537ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

js/main.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,14 +480,13 @@ $(document).ready(function() {
480480
"</p>" +
481481
"<h5>"+
482482
"Tech Stack" +
483-
"</h5>"
483+
"</h5>"+
484484
"<p>" +
485485
project.lang +
486486
"</p>" +
487487
"</div>"+
488+
"</div>"+
488489
"</div>";
489-
("</div>");
490-
("</div>");
491490

492491
$("#projects").append(projectDiv);
493492
});

0 commit comments

Comments
 (0)