Skip to content

Commit

Permalink
Fix small bug: change class to className
Browse files Browse the repository at this point in the history
  • Loading branch information
relyks committed Nov 1, 2023
1 parent d5c5dfb commit 08ceea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/StaticPages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2878,8 +2878,8 @@ const TeamMembersPage = memo(() => {
</section>
<header>
<h2>
<span class="int-en">BOARD OF DIRECTORS</span>
<span class="int-he">מועצת המנהלים</span>
<span className="int-en">BOARD OF DIRECTORS</span>
<span className="int-he">מועצת המנהלים</span>
</h2>
</header>
<section className="main-text board-members">
Expand Down

0 comments on commit 08ceea5

Please sign in to comment.