Skip to content

Commit

Permalink
Remove WarningToast component from RootLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
BramSuurdje committed Jul 1, 2024
1 parent af8243c commit 61bb818
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/components/theme-provider";
import { Toaster } from "@/components/ui/sonner";
import Navbar from "@/components/Navbar";
import React from "react";
import { InfoToastWithButton, WarningToast } from "@/components/WarningToast";

const inter = Inter({ subsets: ["latin"] });

Expand Down Expand Up @@ -76,14 +75,6 @@ export default function RootLayout({
<div className="w-full max-w-7xl ">
{children}
<Toaster richColors />
<WarningToast
toastName="toast.pve8.1.warning"
toastDuration={5000}
timeoutDuration={1000}
message="Starting from July 2024, the scripts in the repository will require Proxmox Virtual Environment 8.1 or newer."
amountOfVisits={2}
toastButtonMessage=""
/>
</div>
</div>
</div>
Expand Down

0 comments on commit 61bb818

Please sign in to comment.