From e59ba78575629a911cfbe1ddb4fe6d67655003a0 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 3 Aug 2022 10:35:13 +0100 Subject: [PATCH] Use lead text highlighting for lede paragraph --- app/views/site/communities.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/site/communities.html.erb b/app/views/site/communities.html.erb index 0e5dec3e7..ba687966f 100644 --- a/app/views/site/communities.html.erb +++ b/app/views/site/communities.html.erb @@ -2,7 +2,7 @@

<%= t ".title" %>

<% end %> -

<%= t ".lede_text" %>

+

<%= t ".lede_text" %>

<%= t ".local_chapters.title" %>

<%= t ".local_chapters.about_text" %>

-- 2.43.2