From 2f8e2d1703296b1b92339fcec839a1acfd0b626a Mon Sep 17 00:00:00 2001 From: Pithon Kabiro <pithon.kabiro@hft-stuttgart.de> Date: Thu, 28 Oct 2021 10:44:01 +0200 Subject: [PATCH] Edit title text in HTML file --- public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index dba9cb7..10807a7 100644 --- a/public/index.html +++ b/public/index.html @@ -76,7 +76,7 @@ </head> <body class="sb-nav-fixed"> <nav class="sb-topnav navbar navbar-expand navbar-dark bg-dark"> - <a class="navbar-brand" href="index.html">iCity Bosch Dashboard</a> + <a class="navbar-brand" href="index.html">Energy Dashboard</a> <button class="btn btn-link btn-sm order-1 order-lg-0" id="sidebarToggle" @@ -104,9 +104,9 @@ <div id="layoutSidenav_content"> <main> <div class="container-fluid"> - <h1 class="mt-4">Dashboard</h1> + <!-- <h1 class="mt-4">Dashboard</h1> --> <ol class="breadcrumb mb-4"> - <li class="breadcrumb-item active">Dashboard</li> + <li class="breadcrumb-item active"></li> </ol> <div class="row"> -- GitLab