Title change
This commit is contained in:
parent
ebb9c18177
commit
97346e5770
1 changed files with 2 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Routes</title>
|
||||
<title>MC Routes</title>
|
||||
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<div id="app-shell" hidden>
|
||||
<header class="hero">
|
||||
<h1>Routes</h1>
|
||||
<h1>MC Routes</h1>
|
||||
<div class="header-actions">
|
||||
<button type="button" id="show-form-button">Add route</button>
|
||||
<button type="button" class="secondary" id="logout-button">Lock</button>
|
||||
|
|
@ -72,7 +72,6 @@
|
|||
<section class="routes-section" aria-labelledby="routes-title">
|
||||
<div class="section-heading">
|
||||
<div>
|
||||
<h2 id="routes-title">Saved routes</h2>
|
||||
<p id="route-count">No routes yet.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue