Skip to content

Commit

Permalink
Changed technologies filter title (#728)
Browse files Browse the repository at this point in the history
* Changed technologies filter title

* Update people-filters.js
  • Loading branch information
christianmorfordwaitessw authored Jan 14, 2025
1 parent 653a77e commit 486d072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/event-list/event-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const EventList = ({ presenterName, presenterNickname }) => {
<span role="img" aria-label="Speaker">
🎙️
</span>
&nbsp;Upcoming talks
&nbsp;Upcoming Talks
</h2>
</div>
{allEvents &&
Expand Down Expand Up @@ -111,7 +111,7 @@ const EventList = ({ presenterName, presenterNickname }) => {
<span role="img" aria-label="Speaker">
🎙️
</span>
&nbsp;Past talks
&nbsp;Past Talks
</h2>
</div>
<div className="past-talks-grid">
Expand Down
2 changes: 1 addition & 1 deletion src/components/people-filters/people-filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const PeopleFilters = ({
)}
<div className="w-full sm:w-1/2 lg:w-full mt-0 lg:mt-4">
<Filter
filterTitle="Technologies"
filterTitle="Tech (by Count)"
filterUrlTitle="skill"
allFilterItems={allSkills}
selectedItems={selectedSkills}
Expand Down

0 comments on commit 486d072

Please sign in to comment.