Skip to content

Commit

Permalink
Update: Enhanced UI layout & design (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Mar 19, 2024
1 parent 7f74387 commit 2481259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MovieVerse-Frontend/js/director-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,4 @@ function updateBrowserURL(name) {

function createNameSlug(name) {
return name.toLowerCase().replace(/ /g, '-').replace(/[^\w-]/g, '');
}
}

0 comments on commit 2481259

Please sign in to comment.