diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index e8a727c..46f4c6b 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -1,5 +1,7 @@ import { useSession } from "next-auth/react"; import Box from "@mui/material/Box"; +import Stack from "@mui/material/Stack"; +import Typography from "@mui/material/Typography"; import React from "react"; import List from "@mui/material/List"; import ListItemButton from "@mui/material/ListItemButton"; @@ -440,7 +442,14 @@ const NavigationContent: React.FC = () => { minHeight: 56, }} > - + + + {process.env.NODE_ENV === "production" && ( + + 正式服務器 Production Server + + )} +