Add 4.4 release page (#1023)

Co-authored-by: Nathalie Galla <murderveggie@gmail.com>
This commit is contained in:
Adam Scott
2025-03-03 17:41:42 +01:00
committed by GitHub
parent 35271d3a81
commit e6bdb5c006
134 changed files with 4438 additions and 27 deletions

View File

@@ -133,7 +133,7 @@
});
// Open from the main download buttons.
const downloadButtons = document.querySelectorAll('.btn-download');
const downloadButtons = document.querySelectorAll('.btn-download, .download-button');
downloadButtons.forEach((it) => {
it.addEventListener('click', () => {
thankYouWrapper.style.display = '';
@@ -174,4 +174,4 @@
<img src="/assets/icons/cross.svg" width="24" height="24" alt="Close this popup" class="lightbox-ignore">
</div>
</div>
</div>
</div>