Skip to content

Commit

Permalink
Update blog link
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshu013 committed Aug 21, 2017
1 parent 14fa5be commit 0ca33ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/components/Base.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@ class Base extends Component {
}
]}
/>
<div className="blog-container">
<div
className="blog-container"
onClick={() => window.open('https://medium.appbase.io/how-to-build-a-github-search-ui-in-60-minutes-295109211c70')}
>
<a
className="blog"
href="https://medium.appbase.io/how-to-build-a-github-search-ui-in-60-minutes-295109211c70"
Expand Down
2 changes: 2 additions & 0 deletions app/components/Base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body
background-color white

.blog-container
cursor: pointer;
padding: 7px;
border-radius: 4px;
margin-left: 20px;
Expand All @@ -19,6 +20,7 @@ body
.blog
font-size: 1.2em;
color: white;
width: 100%;
&:visited
color: white;
&:hover
Expand Down

0 comments on commit 0ca33ff

Please sign in to comment.