Update popup.html

fixed another typo
main
Nes370 2024-08-08 15:50:35 -07:00
parent 28b20ee501
commit 39feb03c00
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
</style> </style>
<script> <script>
document.addEventListener("DOMContentLoaded", function() { document.addEventListener("DOMContentLoaded", function() {
const headerIcon = cotument.querySelector("#sgdb-icon"); const headerIcon = document.querySelector("#sgdb-icon");
const nesIcon = document.querySelector("#nes-icon"); const nesIcon = document.querySelector("#nes-icon");
const giteaIcon = document.createElement("#gitea-icon"); const giteaIcon = document.createElement("#gitea-icon");
headerIcon.src = browser.runtime.getURL("icons/icon_32.png"); headerIcon.src = browser.runtime.getURL("icons/icon_32.png");