Skip to content

Commit

Permalink
Updated links in footer
Browse files Browse the repository at this point in the history
updated the slack link with Heroku link and removed the YouTube and Event Bright links (which are empty).
  • Loading branch information
jrozra200 authored Apr 14, 2021
1 parent a48c69c commit c412e5f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const Footer = () => {
// )
// }

return (
return (
<FooterWrapper>
<nav>
<div className="footer-col">
Expand All @@ -152,7 +152,7 @@ const Footer = () => {
<a href="https://medium.com/dkan-blog" title="Read blog posts">
<i className="fa fa-medium" aria-hidden="true"></i>
</a>
<a href="https://dkan.slack.com/" title="Join us on Slack">
<a href="https://dkansignup.herokuapp.com/" title="Join us on Slack">
<i className="fa fa-slack" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/getdkan" title="Follow us on Twitter">
Expand All @@ -167,15 +167,9 @@ const Footer = () => {
<a href="https://github.com/getdkan" title="Fork the code on Github">
<i className="fa fa-github" aria-hidden="true"></i>
</a>
<a href="https://www.youtube.com/channel/UCl7qFUCkyh32lss4EjQEUXg" title="View videos on YouTube">
<i className="fa fa-youtube" aria-hidden="true"></i>
</a>
<a href="https://www.drupal.org/project/dkan" title="View the Drupal project page">
<i className="fa fa-drupal" aria-hidden="true"></i>
</a>
<a href="https://www.eventbrite.com/o/dkan-14793986036" title="Register for events">
<i className="fa fa-ticket" aria-hidden="true"></i>
</a>
</div>
<h5 className="footer-title">
{authorName} © {new Date().getFullYear()}
Expand Down

0 comments on commit c412e5f

Please sign in to comment.