diff --git a/app/templates/custom-elements/about-dialog.html b/app/templates/custom-elements/about-dialog.html
index 7682c897e..ab16009c5 100644
--- a/app/templates/custom-elements/about-dialog.html
+++ b/app/templates/custom-elements/about-dialog.html
@@ -117,6 +117,7 @@
About TinyPilot
metadata.sort((a, b) => a.name.localeCompare(b.name, "en"));
const creditsDiv = this.shadowRoot.querySelector(".credits");
+ creditsDiv.innerHTML = "";
for (const project of metadata) {
// Skip displaying TinyPilot in the list of dependencies, since we
// display the TinyPilot license in a special way.