diff --git a/static/kx-claim.js b/static/kx-claim.js
index 1919596..d1ce4fc 100644
--- a/static/kx-claim.js
+++ b/static/kx-claim.js
@@ -122,7 +122,7 @@ class Claim extends HTMLElement {
const profile_link = subsection_links_text.appendChild(document.createElement('p'));
if (claim.matches[0].profile.uri) {
- profile_link.innerHTML = `Profile link: ${claim.matches[0].profile.uri}`;
+ profile_link.innerHTML = `Profile link: ${claim.matches[0].profile.uri}`;
} else {
profile_link.innerHTML = `Profile link: not accessible from browser`;
}