Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/github-new-ui-fix' into github-n…
Browse files Browse the repository at this point in the history
…ew-ui-fix
  • Loading branch information
mjasikowski committed Jan 16, 2025
2 parents 1cdb513 + ab4410b commit 90f1e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/lib/pages/github/_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function () {
const originalContent = button.innerHTML;

// Replace the button content with a loader
button.innerHTML = '<div class="loader"></div>';
button.innerHTML = '<div class="loader" />';

try {
// Fetch the checklist contents
Expand Down

0 comments on commit 90f1e3c

Please sign in to comment.