Nicer form fields

This commit is contained in:
James Barnsley
2017-02-12 21:36:45 +13:00
parent 574f378544
commit 68fccbb04e
3 changed files with 11 additions and 11 deletions

View File

@ -58,8 +58,8 @@ class Debug extends React.Component{
var actions = (
<button onClick={e => hashHistory.push(global.baseURL+'settings')}>
<FontAwesome name="cog" />&nbsp;
Settings
<FontAwesome name="reply" />&nbsp;
Back
</button>
)