Skip to content

Commit 49455df

Browse files
authored
Merge pull request #70 from devansXD/daves-branch6
service name
2 parents 356180f + e5feb40 commit 49455df

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

app/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module.exports = {
44
// Service name
5-
serviceName: 'Search and evaluate medical technologies',
5+
serviceName: '',
66

77
// Port to run nodemon on locally
88
port: 2000,

app/views/current/layouts/layout-signed-in.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@
2020

2121
{{ header({
2222
logo: {
23-
href: "/",
24-
ariaLabel: "Search and evaluate medical technologies"
23+
href: "/"
24+
2525
},
2626
service: {
2727
text: "Search and evaluate medical technologies",
2828
href: "/"
2929
},
30+
3031
account: {
3132
items: [
3233
{

app/views/current/layouts/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{% block header %}
1919
{{ header({
2020
service: {
21-
text: serviceName,
21+
text: Search and evaluate medical technologies,
2222
href: "/"
2323
}
2424
}) }}

0 commit comments

Comments
 (0)