Skip to content

Commit

Permalink
sociaal
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Sep 5, 2023
1 parent 4c19659 commit 2dad593
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions site/src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,18 +136,18 @@ const Footer = () => {
Meshery Cloud
</a>
</li>
<li>
{/* <li>
<a
className="category-link"
href="https://layer5.io/community/members"
>
Community Members
</a>
</li>
</li> */}
<li>
<a
className="category-link"
href="https://layer5.io/community/events/"
href="https://meshery.io/calendar"
>
Community Events
</a>
Expand All @@ -160,23 +160,31 @@ const Footer = () => {
Mailing Lists
</a>
</li>

<li>
{/* <li>
<a
className="category-link"
href="https://layer5.io/service-mesh-landscape"
>Service Mesh Comparison
</a>
</li>
</li> */}
</ul>
</div>
<div className='footer-links resources'>
<h3 className="section-title">
<a className="title-link" href='https://layer5.io/resources'>
<a className="title-link" href='https://meshery.io/calendar'>
Social
</a>
</h3>
<ul className="section-categories">
<li>
<a
className="category-link"
href="https://meshery.io/blog"
>
{/* <img src={TwitterIcon} alt="Twitter Icon"/>
Twitter */}
</a>
</li>
<li>
<a
className="category-link"
Expand Down

0 comments on commit 2dad593

Please sign in to comment.