Skip to content

Commit

Permalink
Fix: Template naming updated to be consistent with other extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 committed Sep 7, 2023
1 parent 306d401 commit 00d0af5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion js/CloseNavigationButtonView.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class CloseNavigationButtonView extends NavigationButtonView {
}

static get template() {
return 'AdaptCloseButton.jsx';
return 'CloseNavigationButton.jsx';
}

className() {
Expand Down
25 changes: 0 additions & 25 deletions templates/AdaptCloseButton.jsx

This file was deleted.

0 comments on commit 00d0af5

Please sign in to comment.