Skip to content

Commit

Permalink
View All projects displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
Wani-Chetan-999 committed Nov 28, 2024
1 parent 98fd72b commit f9353ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function showProjects(projects) {
<div class="box tilt" style="width: 380px; margin: 1rem">
<img draggable="false" src="./assets/images/projects/${project.image}.png" alt={project.name} "/>
<img draggable="false" src="/assets/images/projects/${project.image}.png" alt={project.name} "/>
<div class="content">
<div class="tag">
Expand Down

0 comments on commit f9353ea

Please sign in to comment.