UNPKG

348 BJSXView Raw
1<a href={relePath(props.distPath, "index.html")} target="_self">
2{
3 props.nav.logo ? <img className="logo" width="36"
4 src={relePath(props.distPath, props.nav.logo)}
5 srcSet={relePath(props.distPath, props.nav.logo).replace('@1x', '@2x') + ' 2x'} /> : null
6}
7{
8 props.nav.title ? <h6 className="name">{props.nav.title}</h6> : null
9}
10</a>
\No newline at end of file