Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Change display title in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stone committed Jan 30, 2017
1 parent 775753b commit 2b35817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/composer-ui/config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ScriptExtHtmlWebpackPlugin = require('script-ext-html-webpack-plugin');
*/
const HMR = helpers.hasProcessFlag('hot');
const METADATA = {
title: 'Blockchain Composer',
title: 'Fabric Composer',
baseUrl: '/',
isDevServer: helpers.isWebpackDevServer()
};
Expand Down
2 changes: 1 addition & 1 deletion packages/composer-ui/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header>
<nav class="navbar navbar-fixed-top navbar-dark bg-primary">
<a class="navbar-brand" href="#">Blockchain Composer</a>
<a class="navbar-brand" href="#">Fabric Composer</a>
<ul class="nav navbar-nav">
<li class="nav-item" [routerLinkActive]="['active']">
<a class="nav-link" [routerLink]="['./editor']" placement="bottom" tooltip="Edit the business network definitions" container="body">Editor</a>
Expand Down

0 comments on commit 2b35817

Please sign in to comment.