lib/carte/client/views/header.cjsx in carte-server-0.0.14 vs lib/carte/client/views/header.cjsx in carte-server-0.0.15
- old
+ new
@@ -61,10 +61,10 @@
render: ->
<nav className="navbar navbar-default" style={{padding:"0px",backgroundColor:"white",marginBottom:"5px"}}>
<div className="container-fluid">
<div className="navbar-header">
<a className="navbar-brand" onClick={helpers.reload if !config.icon_link} href={if config.icon_link then config.icon_link else "#/"} style={{paddingTop:"10px"}}>
- <img alt="Brand" src="/images/icon.png" width="30" height="30" />
+ <img alt="Brand" src={config.root_path + config.icon_path} width="30" height="30" />
</a>
<a className="navbar-brand" onClick={helpers.reload} href="#/">
{config.title}
</a>
</div>