Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix(SiteHeader): changing comments
Browse files Browse the repository at this point in the history
The comments for align and href were the wrong way around
  • Loading branch information
alanbueno committed Jul 1, 2018
1 parent fda18b9 commit 8d72e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Site/SiteHeader.react.js
Expand Up @@ -8,11 +8,11 @@ import type { Props as AccountDropdownProps } from "../AccountDropdown/AccountDr
export type Props = {|
+children?: React.Node,
/**
* href attribute for the logo
* header alignment
*/
+align?: string,
/**
* header alignment
* href attribute for the logo
*/
+href?: string,
/**
Expand Down

0 comments on commit 8d72e29

Please sign in to comment.