Skip to content

Commit

Permalink
Update atlas.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-92 authored Oct 30, 2024
1 parent dd5a2f3 commit 0af8bd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9854,7 +9854,7 @@ <h1>Not-Games</h1>
a78.forEach(item => {
const anchor = document.createElement('a');
anchor.href = `retro.html?game=` + encodeURIComponent(item) + `&type=atari7800`;
anchor.textContent = decodeURIComponent(item.slice(63)) + `~a78`;
anchor.textContent = decodeURIComponent(item.slice(70)) + `~a78`;
anchor.style.display = 'block';
newLinks.push(anchor);
});
Expand Down

0 comments on commit 0af8bd2

Please sign in to comment.