From debc24b476072d3390f156b57b337b8337dcf587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= <abombo@microsoft.com> Date: Thu, 7 Nov 2024 08:44:30 -0600 Subject: [PATCH] Revert "dashboard: Add <title> tag" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems like I broke the build in #19 so this reverts that. See deployment failure after #19: https://github.com/kata-containers/kata-containers.github.io/actions/runs/11725178574 Signed-off-by: Aurélien Bombo <abombo@microsoft.com> --- pages/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pages/index.js b/pages/index.js index ac0e58a..b12d28a 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,7 +1,6 @@ import { useEffect, useState } from "react"; import { DataTable } from "primereact/datatable"; import { Column } from "primereact/column"; -import { Head } from "next/head"; import { weatherTemplate, getWeatherIndex } from "../components/weatherTemplate"; @@ -157,10 +156,6 @@ export default function Home() { return ( <div className="text-center"> - <Head> - <title>Kata CI Dashboard</title> - </Head> - <h1 className={ "text-4xl mt-4 mb-0 underline text-inherit hover:text-blue-500"