diff --git a/web-ui/index.html b/web-ui/index.html index 7c7a4bb1cf2af9022c88daacb1271faa8b0fce27_d2ViLXVpL2luZGV4Lmh0bWw=..f334a1ed5eb1aaa88faa01bdc9c0d896a486389c_d2ViLXVpL2luZGV4Lmh0bWw= 100644 --- a/web-ui/index.html +++ b/web-ui/index.html @@ -5,7 +5,7 @@ <link rel="icon" href="/favicon.ico" /> <link rel="stylesheet" href="/src/assets/normalize.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Poulpe</title> + <title>Mercurial benchmarking suite</title> </head> <body> <div id="app"></div> diff --git a/web-ui/src/App.svelte b/web-ui/src/App.svelte index 7c7a4bb1cf2af9022c88daacb1271faa8b0fce27_d2ViLXVpL3NyYy9BcHAuc3ZlbHRl..f334a1ed5eb1aaa88faa01bdc9c0d896a486389c_d2ViLXVpL3NyYy9BcHAuc3ZlbHRl 100644 --- a/web-ui/src/App.svelte +++ b/web-ui/src/App.svelte @@ -17,7 +17,7 @@ </script> <main> - <h1>Poulpe!</h1> + <h1>Mercurial benchmarking suite</h1> {#await import("../../results-new.json")} <h2>Loading...</h2> @@ -42,7 +42,6 @@ h1 { color: #ff3e00; text-transform: uppercase; - font-size: 4rem; font-weight: 100; line-height: 1.1; margin: 2rem auto; @@ -46,6 +45,5 @@ font-weight: 100; line-height: 1.1; margin: 2rem auto; - max-width: 14rem; } </style>