Skip to content

Commit

Permalink
Disable socials in react components. #2672
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Jan 29, 2024
1 parent 7a3d0bc commit 821383e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions modules/core/client/components/NavigationLoggedIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export default function NavigationLoggedIn({ currentPath, onSignout, user }) {
<DropMenuItem divider />
<SubMenuList
list={[
/*
{
href: 'https://www.facebook.com/trustroots.org',
ariaLabel: t('Trustroots at Facebook'),
Expand All @@ -213,6 +214,7 @@ export default function NavigationLoggedIn({ currentPath, onSignout, user }) {
ariaLabel: t('Trustroots at Instagram'),
label: 'Instagram',
},
*/
{
href: 'https://ideas.trustroots.org/',
label: t('Blog'),
Expand Down
4 changes: 2 additions & 2 deletions modules/pages/client/components/Navigation.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ export default function Navigation({ user, onSignout }) {
</a>
</div>

{/*
<div className="container font-brand-regular">
{/*
{!isNativeMobileApp && (
<p className="home-apps">
<a
Expand Down Expand Up @@ -145,7 +145,6 @@ export default function Navigation({ user, onSignout }) {
<br />
</p>
)}
*/}
<ul className="list-inline text-center">
<li>
<p>
Expand Down Expand Up @@ -204,6 +203,7 @@ export default function Navigation({ user, onSignout }) {
</li>
</ul>
</div>
*/}
</>
);
}
Expand Down
2 changes: 2 additions & 0 deletions modules/pages/client/components/Team.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export default function Team({ user }) {
>
{t('Blog')}
</a>
{/*
<a
href="https://www.facebook.com/trustroots.org"
className="btn btn-link btn-lg"
Expand All @@ -195,6 +196,7 @@ export default function Team({ user }) {
>
Twitter
</a>
*/}
</div>
<br />
<br />
Expand Down

0 comments on commit 821383e

Please sign in to comment.