diff --git a/templates/contact_form.html b/templates/contact_form.html
index 35c83b2..551e0f7 100644
--- a/templates/contact_form.html
+++ b/templates/contact_form.html
@@ -70,7 +70,7 @@
var row = document.createElement('div');
row.className = 'flex gap-2 items-center mb-2 contact-link-row';
row.innerHTML = '' +
- '' +
+ '' +
'' +
'';
document.getElementById('contact-links-list').appendChild(row);