Skip to content

Commit

Permalink
Merge pull request preactjs#311 from preactjs/fix_donate
Browse files Browse the repository at this point in the history
Fix word wrapping in donate corner
  • Loading branch information
marvinhagemeister authored Jul 14, 2019
2 parents d13f836 + bbb0fdb commit 969655a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ const Corner = () => (
rel="noopener noreferrer"
class={style.corner}
>
<div class={style.cornerText}>Help Support Us !</div>
<div class={style.cornerText}>
Help
<br />
Support Us !
</div>
</a>
);

0 comments on commit 969655a

Please sign in to comment.