Skip to content

Commit ca04c36

Browse files
committed
fix: remove duplicate community description
1 parent b94300d commit ca04c36

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

assets/js/site.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
byId('sobre-title').textContent = pick(site.home.heading);
137137
byId('about-text').textContent = pick(site.about);
138138
byId('community-title').textContent = text('community');
139-
byId('community-intro').textContent = pick(site.about);
140139
byId('members-title').textContent = text('members');
141140
byId('events-title').textContent = text('events');
142141
byId('projects-title').textContent = text('projects');

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ <h1 id="hero-title">Python-MG</h1>
5252

5353
<section class="section" id="comunidade" aria-labelledby="community-title">
5454
<div class="section-heading"><h2 id="community-title"></h2><span></span></div>
55-
<p class="section-intro" id="community-intro"></p>
5655
<div class="card-grid" id="community-cards"></div>
5756
</section>
5857

0 commit comments

Comments
 (0)