Skip to content

Commit

Permalink
change span to h1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Mar 9, 2021
1 parent caf0627 commit 64bf3cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maintenance_page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>
<main>
<img src="eclkc-blocks-logo.png" alt="TTA Smarthub Logo">
<span>The TTA Smart Hub is temporarily down.</span>
<h1>The TTA Smart Hub is temporarily down.</h1>
<p>Due to system maintenance, system services are currently unavilable. Please check back soon.</p>
</main>

Expand Down
3 changes: 2 additions & 1 deletion maintenance_page/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ main {
padding: 10px;
}

main span {
main h1 {
font-size: 30px;
font-family: Merriweather, serif;
line-height: 39px;
margin-bottom: 0;
}

main img {
Expand Down
1 change: 0 additions & 1 deletion src/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { logger, auditLogger } from './logger';
import { scanQueue } from './services/scanQueue';
import processFile from './workers/files';

require('newrelic');
// Number of workers to spawn
const workers = process.env.WORKER_CONCURRENCY || 2;
// Number of jobs per worker. Can be adjusted if clamav is getting bogged down
Expand Down

0 comments on commit 64bf3cd

Please sign in to comment.