Skip to content

Commit

Permalink
feat(ai tooltip): pull space out from a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadavGit committed Mar 26, 2024
1 parent 8cc574e commit 4b76674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/Misc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1518,8 +1518,8 @@ const AiInfoTooltip = () => {
<div className="ai-info-first-message">
<InterfaceText>
<EnglishText>Some of the text on this page has been AI generated and reviewed by our editors. <a href={"/sheets/541399?lang=en"}>Learn more.</a></EnglishText>
<HebrewText>חלק מהטקסטים בדף זה נוצרו על ידי בינה מאלכותית ועברו הגהה על ידי צוות העורכים שלנו.
<a href={"/sheets/541399?lang=en"}> לפרטים נוספים</a></HebrewText>
<HebrewText>חלק מהטקסטים בדף זה נוצרו על ידי בינה מאלכותית ועברו הגהה על ידי צוות העורכים שלנו.&nbsp;
<a href={"/sheets/541399?lang=en"}>לפרטים נוספים</a></HebrewText>
</InterfaceText>

</div>
Expand Down

0 comments on commit 4b76674

Please sign in to comment.