Skip to content

Commit 5885ba4

Browse files
authored
Update home.js
1 parent 148e863 commit 5885ba4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

home.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ document.addEventListener("DOMContentLoaded", () => {
1111

1212
let isDarkMode = true;
1313
let recognition;
14-
const API_KEY = "AIzaSyDYV2slkUuzJ3ddfmKFXZYm6l9VWlV3OOI"; // Consider moving this to a config file
14+
const API_KEY = ${{ secrets.API_KEY }} // Consider moving this to a config file
1515

1616
init();
1717

@@ -336,4 +336,4 @@ function copyCode(button) {
336336
button.innerHTML = originalText;
337337
}, 2000);
338338
});
339-
}
339+
}

0 commit comments

Comments
 (0)