First release and rebranding

This commit is contained in:
2025-04-09 11:49:01 +02:00
parent d270f9b846
commit c732a9b025
5 changed files with 48 additions and 0 deletions

7
js/script.js Normal file
View File

@@ -0,0 +1,7 @@
document.addEventListener('DOMContentLoaded', function () {
const pronounField = document.querySelector('[data-profile-field="pronouns"]');
if (pronounField) {
pronounField.style.display = 'none';
}
});