Skip to content

Commit

Permalink
#1187 Name the admin app! (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensearle authored Feb 23, 2021
1 parent 44b8a31 commit aadf994
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "apply-admin",
"name": "admin",
"version": "0.57.0",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Admin</title>
<title>JAC Digital Platform</title>
<link href="https://fonts.googleapis.com/css?family=Khula&display=swap" rel="stylesheet">
</head>
<body>
<noscript>
<strong>We're sorry but apply-admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but JAC Digital Platform 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/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
href="/"
class="govuk-link govuk-link--no-visited-state govuk-!-font-size-24 govuk-!-font-weight-bold"
>
Internal service name
JAC Digital Platform
</a>

<nav class="float-right">
Expand Down
2 changes: 1 addition & 1 deletion src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ router.beforeEach((to, from, next) => {

// Global after hook to set an appropriate title for the page
router.afterEach((to) => {
document.title = `${to.meta.title} | Judicial Appointments Commission`;
document.title = `${to.meta.title} | JAC Digital Platform`;
});

export default router;

0 comments on commit aadf994

Please sign in to comment.