Title change

This commit is contained in:
marijo 2026-06-29 11:55:48 +02:00
parent ebb9c18177
commit 97346e5770

View file

@ -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>