Compare commits

..

No commits in common. "bf99f259c405592b1423a8956b03600216062972" and "8a8588c11f48ccad32f4fbf6606e22226f3c5836" have entirely different histories.

@ -34,7 +34,6 @@ import { dark } from "@clerk/themes";
import { useTheme } from "next-themes";
import { type ReactNode, useEffect, useState } from "react";
import { ThemeProvider } from "../ThemeProvider";
import Link from "next/link";
export function ClerkThemeProvider({
children,
@ -49,8 +48,7 @@ export function ClerkThemeProvider({
return (
<html lang="en" className={className}>
<body>
Non-authenticated environments are disallowed on this origin. <br />
<Link href="https://mhsf.app">Go to production</Link>
Non-authenticated environments are disallowed on this origin.
</body>
</html>
);