We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 356180f + e5feb40 commit 49455dfCopy full SHA for 49455df
3 files changed
app/config.js
@@ -2,7 +2,7 @@
2
3
module.exports = {
4
// Service name
5
- serviceName: 'Search and evaluate medical technologies',
+ serviceName: '',
6
7
// Port to run nodemon on locally
8
port: 2000,
app/views/current/layouts/layout-signed-in.html
@@ -20,13 +20,14 @@
20
21
{{ header({
22
logo: {
23
- href: "/",
24
- ariaLabel: "Search and evaluate medical technologies"
+ href: "/"
+
25
},
26
service: {
27
text: "Search and evaluate medical technologies",
28
href: "/"
29
30
31
account: {
32
items: [
33
{
app/views/current/layouts/layout.html
@@ -18,7 +18,7 @@
18
{% block header %}
19
- text: serviceName,
+ text: Search and evaluate medical technologies,
}
}) }}
0 commit comments