From 4e5010d79151673c36250062a04c0691faedd8b9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier <contact@jbpasquier.eu> Date: Wed, 6 Mar 2024 19:12:35 +0100 Subject: [PATCH] fix: typo First Nation Country --- src/components/widgets/display-firstnationsled.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/widgets/display-firstnationsled.js b/src/components/widgets/display-firstnationsled.js index 55d08fc..d977255 100644 --- a/src/components/widgets/display-firstnationsled.js +++ b/src/components/widgets/display-firstnationsled.js @@ -14,7 +14,7 @@ customElements.define( } render() { return html`${this.value.length > 0 - ? html`<div class="row"><div class="col s12 text-14 bold">First Nations Led</div><div class="col s12 text-14">${this.value}</div></div>` + ? html`<div class="row"><div class="col s12 text-14 bold">First Nation Country</div><div class="col s12 text-14">${this.value}</div></div>` : ""}`; } } -- GitLab