Change default env settings

This commit is contained in:
2026-05-21 10:35:59 +02:00
parent fc4dd8af62
commit 491371e495
3 changed files with 8 additions and 10 deletions

View File

@@ -27,11 +27,12 @@ export default class extends Controller {
content.classList.add('img-fluid');
}
body.appendChild(content);
const description = document.createElement('p');
description.textContent = event.content?.description;
description.classList.add('py-3', 'my-2', 'fst-italic');
body.appendChild(content);
body.appendChild(description);
bootstrap.Modal.getOrCreateInstance(modal).show();