mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 19:44:59 -05:00
fix: add "go-to-production" link
fix: add "go-to-production" link
This commit is contained in:
commit
bf99f259c4
@ -34,6 +34,7 @@ import { dark } from "@clerk/themes";
|
|||||||
import { useTheme } from "next-themes";
|
import { useTheme } from "next-themes";
|
||||||
import { type ReactNode, useEffect, useState } from "react";
|
import { type ReactNode, useEffect, useState } from "react";
|
||||||
import { ThemeProvider } from "../ThemeProvider";
|
import { ThemeProvider } from "../ThemeProvider";
|
||||||
|
import Link from "next/link";
|
||||||
|
|
||||||
export function ClerkThemeProvider({
|
export function ClerkThemeProvider({
|
||||||
children,
|
children,
|
||||||
@ -48,7 +49,8 @@ export function ClerkThemeProvider({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" className={className}>
|
<html lang="en" className={className}>
|
||||||
<body>
|
<body>
|
||||||
Non-authenticated environments are disallowed on this origin.
|
Non-authenticated environments are disallowed on this origin. <br />
|
||||||
|
<Link href="https://mhsf.app">Go to production</Link>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user