Skip to content

Commit 2157d3a

Browse files
committed
Let it work for Notes & Credits too
1 parent e72c91c commit 2157d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/align-to-center/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default async function ({ feature, console }) {
3232
}
3333

3434
function centerAlignText() {
35-
const form = document.querySelector(".project-description-form");
35+
const form = document.querySelector(".project-notes");
3636
if (form) {
3737
const activeElement = document.activeElement;
3838
if (

0 commit comments

Comments
 (0)