Skip to content

Commit

Permalink
fixed projects page not updating the title text on resize
Browse files Browse the repository at this point in the history
  • Loading branch information
dheerajshenoy committed Jan 15, 2024
1 parent a773ade commit f6025cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion js/add_projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class Project {

_project_heading_div.classList.add("project-heading-div");

// div.appendChild(_project_label);
div.appendChild(_project_heading_div);
div.appendChild(_img_link);
div.appendChild(_hr);
Expand Down
2 changes: 1 addition & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<body>
<div class="header">
<span id="header_title">dheerajshenoy.github.io</span>
<script src="./js/index.js"></script>
</div>
<div class="navbar">
<ul>
Expand All @@ -29,6 +30,5 @@
<div class="footer">
Footer
</div>
<script src="./js/index.js"></script>
</body>
</html>

0 comments on commit f6025cf

Please sign in to comment.