Skip to content

Commit

Permalink
dashboard: Unbreak npm build
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sprt committed Nov 7, 2024
1 parent 669e4ad commit 0c7f0fb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -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";


Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0c7f0fb

Please sign in to comment.