Skip to content

Commit 034a502

Browse files
committed
feat(radioactive-decay): change the image on the panel.
1 parent 3178065 commit 034a502

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

assets/apps/atome.webp

195 KB
Loading

online/radioactive-decay.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h1 class="website-main-panel-title" id="title-id"> Logiciel de désintégration
254254

255255
<p class="copyright-text"> Le code source est disponible sur <a href="https://github.com/Nde-Code/nde-code.github.io/blob/main/online/radioactive-decay.html" target="_blank" rel="noopener noreferrer" class="copyright-link">GitHub</a>.</p>
256256

257-
<p class="copyright-text" id="copyright-change"> L'icône de robot est fait par <a href="https://copilot.microsoft.com/" target="_blank" rel="noopener noreferrer" class="copyright-link">Microsoft Copilot</a>.</p>
257+
<p class="copyright-text"> L'icône de robot est fait par <a href="https://copilot.microsoft.com/" target="_blank" rel="noopener noreferrer" class="copyright-link">Microsoft Copilot</a>.</p>
258258

259259
</div>
260260

@@ -1023,9 +1023,7 @@ <h2>Notes:</h2>
10231023
if (!extendedData.is_run) {
10241024

10251025
$("#software-img").attr({ src: "../assets/apps/atome.webp", alt: "Atome" });
1026-
1027-
$("#copyright-change").html(`L'icône d'atome est fait par Iconixar sur <a href="https://www.flaticon.com/free-icon/atom_3081530?term=atome&page=1&position=15&origin=search&related_id=3081530" target="_blank" rel="noopener noreferrer" class="copyright-link">Flaticon</a>.`);
1028-
1026+
10291027
$(".website-main-panel-title").text("L'équation de désintégration radioactive:");
10301028

10311029
}

0 commit comments

Comments
 (0)