Skip to content

Commit

Permalink
about_translation_of_pecha_page_sheet_link_fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Apr 26, 2024
1 parent e309731 commit 70250e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/js/CommunityPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CommunityPage.propTypes = {

const RecentlyPublished = ({multiPanel, toggleSignUpModal}) => {
const options = Sefaria.interfaceLang === "hebrew" ? {"lang": "hebrew"} : {};
options["filtered"] = true;
// options["filtered"] = true;
const pageSize = 18;
const [nSheetsLoaded, setNSheetsLoded] = useState(0); // counting sheets loaded from the API, may be different than sheets displayed
// Start with recent sheets in the cache, if any
Expand Down
2 changes: 1 addition & 1 deletion static/js/TranslationsBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const TranslationsHeader = () => (
<EnglishText>Pecha acquires translations to enrich your learning experience. Preview or choose a different translation below.</EnglishText>
<HebrewText>དཔེ་ཆ་དྲ་ཚིག་གིས་འགྱུར་མ་ཁག་བཟོས་ཏེ་སྦྱོང་ཡག་ལ་རོག་རམ་བྱེད་ཐུབ་ གཤམ་འོག་ལ་སྐད་ཡིག་གཞན་འདེམ་རོགས་།</HebrewText>
</InterfaceText>
<a href="/sheets/511573" target="_blank" className="inTextLink">
<a href="/sheets/36" target="_blank" className="inTextLink">
<InterfaceText>
<EnglishText>Learn more ›</EnglishText>
<HebrewText> མུ་མཐུད་གཟིགས་་ ›</HebrewText>
Expand Down

0 comments on commit 70250e4

Please sign in to comment.