Skip to content

Commit 0ab40fa

Browse files
committed
Fix KoFi support Us button :/
1 parent f29d497 commit 0ab40fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ async function __formatHTML(container) {
8888
const titleMD = document.querySelector('#dev2forge');
8989
const kofi = document.querySelector('#ko-fi-gitub');
9090
const thumbnail = document.querySelector('#thumbnail-dev2forge');
91-
// document.querySelector('[id*="kofi-widget-overlay"]').remove();
9291

9392
titleMD.remove();
9493
kofi.remove();
94+
9595
container.querySelectorAll('img').forEach(async (img) => {
9696
const config = await loadConfigs();
9797
if (img.src === config.thumbnail1) {

0 commit comments

Comments
 (0)