Skip to content

Commit

Permalink
homepage meta image changed and BMC added
Browse files Browse the repository at this point in the history
  • Loading branch information
mddanishyusuf committed Apr 9, 2019
1 parent a556581 commit 7315256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/Header.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Link from 'next/link'
import { withRouter } from 'next/router'
import { Twitter, GitHub, Users, Bell } from 'react-feather';
import { Twitter, GitHub, Users, Bell, Coffee } from 'react-feather';
import AddButton from './AddButton'
import NotifyMeModal from './NotifyMeModal';

Expand All @@ -16,6 +16,7 @@ const Header = (props) => {
<ul>
<li><Link href="/contributors"><a><Users color={'#4618B1'} size={18}/> <span>Contributors</span></a></Link></li>
<li><a className="btn" href="#open-modal"><Bell color={'#4618B1'} size={18}/> <span>Notify Me</span></a></li>
<li><a href="https://www.buymeacoffee.com/mddanishyusuf" target="_blank"><Coffee color={'#4618B1'} size={18}/> <span>BMC</span></a></li>
<li><a href="https://github.com/mddanishyusuf/dailyhack" target="_blank"><GitHub color={'#4618B1'} size={18}/> <span>GitHub</span></a></li>
<li><a href="https://twitter.com/dailyhacknotes" target="_blank"><Twitter color={'#4618B1'} size={18} /> <span>Twitter</span></a></li>
</ul>
Expand All @@ -25,7 +26,7 @@ const Header = (props) => {

{props.router.asPath === "/" ?
<div className="landing-heading">
<h2>A community of Makers and Geeks</h2>
<h2>A Community of Makers and Geeks</h2>
<p>It's a place where people share there daily hack they use in their developments. So, Do you have any hack?</p>
<AddButton/>
</div>
Expand Down
Binary file modified static/images/daily-hack-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7315256

Please sign in to comment.