Skip to content

Commit

Permalink
Add rss link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
eneax committed Feb 15, 2020
1 parent 570d2ac commit fdda249
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/footer.js
@@ -1,6 +1,6 @@
import React from 'react'
import styled from 'styled-components'
import { MdCode, MdMailOutline } from 'react-icons/md'
import { MdCode, MdMailOutline, MdRssFeed } from 'react-icons/md'

import { above, avenir, darkTheme } from '../utils'
import { SocialLink } from '../elements'
Expand All @@ -19,6 +19,9 @@ const Footer = () => (
<SocialLink href="mailto:eneaxharja@gmail.com" aria-label="mail" >
<MdMailOutline />
</SocialLink>
<SocialLink href="https://eneaxharja.com/rss.xml" aria-label="rss" >
<MdRssFeed />
</SocialLink>
</FooterLinksWrapper>
</FooterWrapper>
)
Expand Down

0 comments on commit fdda249

Please sign in to comment.