Skip to content

Commit

Permalink
mobile_view_update (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Jul 26, 2024
2 parents 6bf1224 + 871d671 commit 2d42b75
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions static/js/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -480,19 +480,19 @@ const MobileNavMenu = ({onRefClick, showSearch, openTopic, openURL, close, visib
<img src="/static/icons/community.svg" />
<InterfaceText>Community</InterfaceText>
</a>
<a href="/calendars" onClick={close}>
{/* <a href="/calendars" onClick={close}>
<img src="/static/icons/calendar.svg" />
<InterfaceText>Learning Schedules</InterfaceText>
</a>
</a> */}
<a href="/collections" onClick={close}>
<img src="/static/icons/collection.svg"/>
<InterfaceText>Collections</InterfaceText>
</a>

<DonateLink classes={"blue"} source="MobileNavMenu">
{/* <DonateLink classes={"blue"} source="MobileNavMenu">
<img src="/static/img/heart.png" alt="donation icon" />
<InterfaceText>Donate</InterfaceText>
</DonateLink>
</DonateLink> */}

<div className="mobileAccountLinks">
{Sefaria._uid ?
Expand All @@ -511,10 +511,10 @@ const MobileNavMenu = ({onRefClick, showSearch, openTopic, openURL, close, visib
</a>
</> : null }

<a href="/about">
{/* <a href="/about">
<img src="/static/icons/info.svg" />
<InterfaceText>About Sefaria</InterfaceText>
</a>
</a> */}

{Sefaria._uid ?
<>
Expand Down

0 comments on commit 2d42b75

Please sign in to comment.