Skip to content

Commit

Permalink
remove .APP from most of the branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael j. Currie committed Feb 14, 2019
1 parent 3d117be commit c5f07a7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 38 deletions.
30 changes: 0 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
"devDependencies": {
"@babel/polyfill": "^7.2.5",
"@fortawesome/fontawesome-free": "^5.7.2",
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/vue-fontawesome": "^0.1.5",
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-plugin-pwa": "^3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Nursry.APP</title>
<title>Nursry</title>
</head>
<body>
<noscript>
<strong>We're sorry but Nursry.APP doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but Nursry doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down
2 changes: 1 addition & 1 deletion src/components/TheNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<span
class="font-weight-regular title"
>
Nursry.APP
Nursry
</span>
</v-flex>
</v-layout>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class="display-2 font-weight-thin"
style="max-width: 475px"
>
Welcome to Nursry.APP
Welcome to Nursry
</h3>
<p
class="subheading font-weight-thin mt-3"
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
css: undefined,

pwa: {
name: 'Nursry.APP',
name: 'Nursry',
themeColor: '#FFFFFF',
msTileColor: '#ea80fc',
workboxOptions: {
Expand Down

0 comments on commit c5f07a7

Please sign in to comment.