diff --git a/optuna_dashboard/ts/components/AppDrawer.tsx b/optuna_dashboard/ts/components/AppDrawer.tsx index 713f978d..b024eda7 100644 --- a/optuna_dashboard/ts/components/AppDrawer.tsx +++ b/optuna_dashboard/ts/components/AppDrawer.tsx @@ -296,7 +296,7 @@ export const AppDrawer: FC<{ diff --git a/optuna_dashboard/ts/components/StudyListBeta.tsx b/optuna_dashboard/ts/components/StudyListBeta.tsx index 2e25d562..3a227ee9 100644 --- a/optuna_dashboard/ts/components/StudyListBeta.tsx +++ b/optuna_dashboard/ts/components/StudyListBeta.tsx @@ -17,6 +17,7 @@ import { TextField, CardActions, } from "@mui/material" +import MuiLink from "@mui/material/Link" import { Delete, Refresh, Search } from "@mui/icons-material" import SortIcon from "@mui/icons-material/Sort" import HomeIcon from "@mui/icons-material/Home" @@ -114,6 +115,20 @@ export const StudyListBeta: FC<{ }, }} > + + + + {`Thank you for testing the new UI! we would appreciate it if you could send us the feedback via `} + + this post + + {" on GitHub Discussions."} + + +