Skip to content

Commit a63a17d

Browse files
committed
[src/app/navbar/navbar.component.html] Better text for crawlComply ; [src/index.html] More keywords in meta tag
1 parent 3937a33 commit a63a17d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/app/navbar/navbar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>
2626
<nav class="flex-direction-row" style="background: #6B8E23; color: whitesmoke; line-height: unset !important;"
2727
(click)="openUrl('https://crawlComply.com', '_blank')">
2828
Soon: <a href="https://crawlComply.com" target="_blank" style="line-height: unset !important;">crawlComply.com</a>
29-
the GitHub bot for linting and coverage, with history and suggested improvements with AI
29+
the GitHub bot for QA. Linting, coverage; historic analytics; and suggested improvements with AI
3030
</nav>
3131
<ng-content></ng-content>
3232
</section>

src/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<meta charset="utf-8"/>
55
<meta name="description" content="Offscale.io - The open-source software-engineering consultancy"/>
66
<meta name="copyright" content="(Apache-2.0 OR MIT)"/>
7-
<meta name="keywords" content="compilers, DevOps, cloud, C++, Rust, iOS, Android, machine-learning, JAX"/>
7+
<meta name="keywords"
8+
content="compilers, DevOps, cloud, C++, Rust, iOS, Android, machine-learning, JAX, QA, GitHub bot"/>
89
<meta name="viewport" content="width=device-width, initial-scale=1">
910

1011
<title>Offscale.io - The open-source software-engineering consultancy</title>
@@ -15,6 +16,6 @@
1516
rel="stylesheet">
1617
</head>
1718
<body>
18-
<app-root></app-root>
19+
<app-root></app-root>
1920
</body>
2021
</html>

0 commit comments

Comments
 (0)