Skip to content

Commit

Permalink
What a "drag"!
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunozhon committed Dec 21, 2024
1 parent 1fb8dac commit d5b33c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>My Projects</h2>
horizontalOrder: true,
itemSelector: '.grid-item'
});
var draggie = new Dragabilly(document.getElementById("projects-container"))
var draggie = new Draggabilly(document.getElementById("projects-container"))
fetch("quotes.json")
.then(r => r.json())
.then(quotes => {
Expand Down

0 comments on commit d5b33c1

Please sign in to comment.