Skip to content

Commit

Permalink
Merge pull request #2094 from Sefaria/bug/sc-30003/fix-hebrew-mobile
Browse files Browse the repository at this point in the history
Products Page: Fix Hebrew mobile typo
  • Loading branch information
edamboritz authored Nov 5, 2024
2 parents e40d149 + 0ffb8f7 commit 83ca9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/StaticPages.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3437,7 +3437,7 @@ const ProductsPage = memo(() => {
<>
<h1 className="mobileAboutHeader">
<span className="int-en">Sefaria's Products</span>
<span className="int-he">מוצרים של בספריא</span>
<span className="int-he">המוצרים של ספריא</span>
</h1>
<div className='productsFlexWrapper'>
{products && products.length > 0 ? (
Expand Down

0 comments on commit 83ca9e5

Please sign in to comment.