Skip to content

Commit

Permalink
fix: Remove repo from page title (#576)
Browse files Browse the repository at this point in the history
* fix: Remove repo from page title

* fix: Bump version
  • Loading branch information
jweste25 authored May 23, 2024
1 parent 2487a0c commit 32bc0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/services/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class ApplicationService extends Service {
sidebarIsOpen = false;

@tracked
pageTitle = this.environmentConfig?.APP?.name;
pageTitle;

get environmentConfig() {
return getOwner(this).resolveRegistration('config:environment');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-nrg-ui",
"version": "4.7.5",
"version": "4.7.6",
"description": "Opinionated UI addon based on how KUB scaffolds web applications",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 32bc0d8

Please sign in to comment.