Skip to content

Commit

Permalink
­
Browse files Browse the repository at this point in the history
  • Loading branch information
Enlcxx committed Feb 8, 2019
1 parent 210ae61 commit 1e903b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.3.0",
"license": "MIT",
"scripts": {
"start": "ng serve --port 1111",
"hmr": "ng serve --port 1111 --hmr",
"start": "ng serve --port 1111--source-map=false",
"hmr": "ng serve --port 1111 --hmr --source-map=false",
"build": "yarn build:browser && yarn build:server && prerender && yarn sw:update",
"build:browser": "ng build alyle-ui --prod",
"build:server": "ng run alyle-ui:server",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app-bar/app-bar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</button>
<div [style.flex]="1"></div>

<button #_button ly-button [color]="color" [lyMenuTriggerFor]="_MenuSuppor" lyTooltip="Select a theme!">
<button #_button ly-button [color]="color" [lyMenuTriggerFor]="_MenuSuppor">
<span lyTyp noWrap>Support</span>
</button>
<ng-template #_MenuSuppor let-M>
Expand Down

0 comments on commit 1e903b5

Please sign in to comment.