Skip to content

Commit

Permalink
feat(Topic Landing Temporal): space before caret
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadavGit committed Dec 12, 2024
1 parent c5378fc commit 8a229fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions static/js/TopicLandingPage/TopicLandingParsha.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const TopicLandingParasha = () => {
const parashahDesc = parashah.description;
const parashahTopicLink = `topics/${parashah?.topic}`;
const parashahRefLink = `/${parashah?.url}`;
const learnMorePrompt = {en: `Learn More on Parashat ${parashahTitle?.en}›`,
he:`${Sefaria._("Learn More on Parashat")} ${parashahTitle?.he}›`}
const learnMorePrompt = {en: `Learn More on Parashat ${parashahTitle?.en} ›`,
he:`${Sefaria._("Learn More on Parashat")} ${parashahTitle?.he} ›`}


return (
Expand Down
4 changes: 2 additions & 2 deletions static/js/TopicLandingPage/TopicLandingSeasonal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export const TopicLandingSeasonal = () => {

const formattedDateEn = secondaryTopicSlug && enDateFormat.formatRange(displayStartDate, displayEndDate);
const formattedDateHe = secondaryTopicSlug && heDateFormat.formatRange(displayStartDate, displayEndDate);
const learnMorePrompt = {en: `Learn More on ${title?.en}›`,
he:`${Sefaria._("Learn More on")} ${title?.he}›`}
const learnMorePrompt = {en: `Learn More on ${title?.en} ›`,
he:`${Sefaria._("Learn More on")} ${title?.he} ›`}


return (
Expand Down

0 comments on commit 8a229fd

Please sign in to comment.