Remove template build dynamic filename replacement. Working towards eliminating template build process completely.

This commit is contained in:
Steve Sanderson
2017-08-23 15:27:15 -07:00
parent 8d6119f31d
commit 45d645931b
61 changed files with 68 additions and 90 deletions

View File

@@ -12,7 +12,7 @@ export class NavMenu extends React.Component<{}, {}> {
<span className='icon-bar'></span>
<span className='icon-bar'></span>
</button>
<Link className='navbar-brand' to={ '/' }>WebApplicationBasic</Link>
<Link className='navbar-brand' to={ '/' }>ReactSpa</Link>
</div>
<div className='clearfix'></div>
<div className='navbar-collapse collapse'>