Skip to content

Commit

Permalink
Merge pull request #235 from postcss/issue-210
Browse files Browse the repository at this point in the history
Adds new navigation link for branding repository
  • Loading branch information
marcustisater authored Mar 30, 2019
2 parents 81cfbf6 + 921bfc3 commit b6a99e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web_modules/Navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ export default class Navigation extends Component {
{ "API" }
</a>
</li>
<li className={ styles.item }>
<a
className={ styles.itemLink }
href="https://github.com/postcss/brand"
>
{ "Logos/Graphics" }
</a>
</li>
</ul>
</nav>
)
Expand Down

0 comments on commit b6a99e2

Please sign in to comment.