Skip to content

Commit

Permalink
✨ keep RSS feed links in same list as other social media on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Mar 18, 2024
1 parent 1201d60 commit 05e0fd6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions site/gdocs/pages/Homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ const SocialSection = () => {
<span className="label">Threads</span>
</a>
</li>
</ul>
<h2 className="h2-semibold">RSS</h2>
<ul className="homepage-social-ribbon__social-list">
<li>
<a
href="/atom.xml"
Expand All @@ -117,7 +114,7 @@ const SocialSection = () => {
<FontAwesomeIcon icon={faRss} />
</span>
<span className="label">
Articles & Topic Pages
Articles & Topic Pages RSS Feed
</span>
</a>
</li>
Expand All @@ -133,7 +130,9 @@ const SocialSection = () => {
<span className="icon">
<FontAwesomeIcon icon={faRss} />
</span>
<span className="label">Data Insights</span>
<span className="label">
Data Insights RSS Feed
</span>
</a>
</li>
</ul>
Expand Down

0 comments on commit 05e0fd6

Please sign in to comment.