PragmaTwice commented on code in PR #281:
URL: 
https://github.com/apache/kvrocks-controller/pull/281#discussion_r2003568036


##########
webui/src/app/layout.tsx:
##########
@@ -22,12 +22,13 @@ import { Inter } from "next/font/google";
 import "./globals.css";
 import Banner from "./ui/banner";
 import { Container } from "@mui/material";
+import { ThemeProvider } from "./theme-provider";
 
 const inter = Inter({ subsets: ["latin"] });
 
 export const metadata: Metadata = {
     title: "Kvrocks Controller",

Review Comment:
   ```suggestion
       title: "Apache Kvrocks Controller",
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to